[Plugin: Breadcrumb NavXT] Not Navigating to Third Level
-
Hi, I just added your plugin. And I show breadcrumbs properly for one level but not two. For example, if the menu looks like this:
Home
-About
– – Vision & Missionwhen I click on Vision & Mission, the breadcrumbs show: Home > Vision & Mission.
I am using a child theme of TwentyEleven. Also, it is a vertical menu I installed via the widgets in the left sidebar. Here is the code I added to Header.php:
<div class=”breadcrumbs”>
<?php if(function_exists(‘bcn_display’) && !is_front_page())
{
bcn_display();
}?>
</div>Thanks!
Andrea
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Breadcrumb NavXT] Not Navigating to Third Level’ is closed to new replies.