lisianne
Member
Posted 1 year ago #
Hello,
I have installed the 4.01 version of the plugin on WP 3.3.1. I use custom menus to create a simple 2-level navigation.
After installing the plugin, I get the following breadcrumb trail :
home > page-level2
while I would expect
home > page-level1 > page-level2
I configured the plugin with Post Taxinomy = Pages.
What am I missing?
Thank you.
http://wordpress.org/extend/plugins/breadcrumb-navxt/
The WordPress menus do not reflect actual hiearchy of posts or pages. For a breadcrumb trail of home > page-level1 > page-level2, page-level2 must be a child page of page-level1. Also, post taxomomy is only for the built in post post type, not for the page post type.
lisianne
Member
Posted 1 year ago #
Thank you! I appreciate your prompt and helpful reply. I created the page hierarchy under "Pages" and it works perfectly.