Breadcrumb only showing 1 level deep
Posted: Mon Jun 30, 2008 11:17 pm
My breadcrumb tag looks like so:
It works just fine for most pages. It shows the home link, delimiter, and title of the current page.
When on pages that are subs of anything on the first level, however, it does not show the intermediary page.
Home > level 1 page
Home > level 1.1 page
The subs have parents set in the content area. Is there something I'm missing?
Code: Select all
{breadcrumbs root="Home" delimiter="»"}When on pages that are subs of anything on the first level, however, it does not show the intermediary page.
Home > level 1 page
Home > level 1.1 page
The subs have parents set in the content area. Is there something I'm missing?