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:
Thanks for this post, it’s almost helped me to do what I need to, however I’m still being left with the breadcrumb divider. Do you have any idea how to remove the divider as well?
Many Thanks