I am using WordPress 3.5
I've created a custom post type (Foo Type) with the Types plugin. This post type is also linked to my default WordPress categories.
When I view a "post" of that Foo Type in my site front-end, and the post is listed, for example, in category "Electronics", the breadcrumbs generated by this plugin appear like this:
Home > Foo Type > Electronics > Post Title
Is there a way to exclude Foo Type (or any other breadcrumb item for that matter) from the breadcrumbs so that the output is:
Home > Electronics > Post Title