If you’re using the breadcrumb navxt plugin and trying to remove categories from showing up, such as Home -> Blog -> Uncategorized -> Post Title (a common request), you have to do a bit of trickery to accomplish this. You can either add a class to the category breadcrumb and style it accordingly in CSS, or you can just hide it all together.
To add a CSS class, you will go to the Breadcrumbs Nav XT options page and add a class:
If you want to hide it all together, add style="display:none;"
instead:
One Response to Breadcrumb NavXT: Remove category