I've tried 3 different breadcrumbs plugins but none work. How do I add breadcrumbs to pages? -------------------------------------------------------- You can try Really Simple Breadcrumb plugin for this issue. Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard. http://wordpress.org/extend/plugins/really-simple-breadcrumb/installation/
You can try Really Simple Breadcrumb plugin for this issue. Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard. http://wordpress.org/extend/plugins/really-simple-breadcrumb/installation/
I've tried this and no breadcrumbs show up... http://hilltopblock.wpengine.com/inspiration/driveways-2/
Download Breadcrumb NavXT plugin from WordPress.org http://wordpress.org/extend/plugins/breadcrumb-navxt/ and install it. Now, go to header.php present in your theme directory and add the code given below Code: <div class="breadcrumbs"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> </div> Sending image for reference This will solve your issue.
Very old thread, I know, but....... If we add this code to the header.php file, won't it get overwritten any time the theme is updated? Is there a better way? Some way to add breadcrumbs so that they'll still be there when the theme is updated?
Hello, Greetings from InkThemes! Yes, while updating the theme you will lose your source code customization... So to prevent this, you can prefer a child theme... Child themes are often used when you want to customize or tweak an existing WordPress theme without losing the ability to upgrade that theme.. For more information about the child theme, you can go through below link.. http://www.wpbeginner.com/beginners-guide/wordpress-child-theme-pros-cons/ Hope you will understand.. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com