scottcarlton
Member
Posted 7 months ago #
Breadcrumb NavXT isn't showing the correct breadcrumb. It shows the same breadcrumb on every single page:
Global | Latest News
instead of the current page your on. It's the same for every page. Even on "Our Company" page you still get the breadcrumb above.
Any suggestions?
Thanks
You have a messy secondary loop. Try calling wp_reset_query() before your call to bcn_display().
This has been covered several times before: http://wordpress.org/support/topic/breadcrumb-shows-wrong-breadcrumbtrail?replies=4
See the FAQ: http://mtekk.us/code/breadcrumb-navxt/faq/#use2
scottcarlton
Member
Posted 7 months ago #
Thanks, mtekk! ya I had forgot to reset and never saw it. Thanks! Fixed.
rightmost
Member
Posted 3 months ago #
I just stumbled across this post as I was having the same issue - thanks mtekk!