Jorge A. Gonzalez
Member
Posted 2 years ago #
How can I disable Breadcrumb NavXT when creating pages outside of WordPress?
Can I unload it somehow before calling get_header();
http://wordpress.org/support/topic/352473?replies=4
Since I can not hook into Breadcrumb NavXT I need to disable it on my custom pages and create the Breadcrumb myself.
Thanks
http://wordpress.org/extend/plugins/breadcrumb-navxt/
I'm not sure what you are getting at here. Breadcrumbs NavXT doesn't run on pages outside of WordPress. I can not suggest creating a virtual page set on top of existing WordPress pages, it is not a good idea with the advent of custom post/page types (not sure how well this is supported at the moment).
If you don't want Breadcrumb NavXT to run on a specific page, use the available wordpress conditionals to modify when bcn_display is called.