Hi,
I have custom post types "cases" on client site!
I made them by "Custom Content Type Manager" plugin!
For breadcrumb I.m using bcn_display() in header.php.
It shows wrong path and don't show current post title.
Path looks like:
Home -> Cases* -> Wrong title
it should be:
Home -> Cases -> Current case title
*here "Cases" is link and points to "Current case"
When I activate "Breadcrumb NavXT" widget and leave bcn_display() in header.php - it starts to show path more correctly:
Home -> Cases -> Current case title
where "Cases" again points to "Current case", but now at least title of current post is correct!
I'm using Breadcrumb NavXT Version 3.9.0.
I can create widget zone special for breadcrumb, but if there any decision I prefer to use function in theme!
Site is in development and it is on localhost, so I can not provide direct link!