Breadcrumb navigation
-
Okay, I had an install of WP 2.9.2 on my site, updated with everything. On there I have a highly modified version of “WP Framework” theme (I was working on it to get my own theme). The breadcrumb navigation on there worked fine.
Then I update to 3.0. Now the Breadcrumb navigation on PAGES is not working. It works fine on posts, but not on the pages. See here:
https://davensjournal.com/harry-potter-narnia-and-the-lord-of-the-rings
The space in between the two red arrows at the top is SUPPOSED to be the Category (using the
<?php the_category(', '); ?>
call to populate that section. On posts it works fine, as seen here:https://davensjournal.com/upgrades
This is how the entire breadcrumb navigation is supposed to work.
Oddly enough, it works on my other blog. Not here.
I’m thinking that it’s a theme problem, but I can’t understand why the function would work on one part and not another.
I have tried alternate themes, but I can’t find a theme that has breadcrumbs on pages. Any help would be appreciated.
- The topic ‘Breadcrumb navigation’ is closed to new replies.