Show breadcrumbs for individual search results
-
Hi and thanks for a great plugin.
Have a question about how we can show breadcrumbs for individual search results? Right now if I include in the search result template loop:
<?php if(function_exists(‘bcn_display’))
{
bcn_display();
}?>I get the current page breadcrumb (so the same breadcrumb) for every search result item. See screenshot through link: https://www.awesomescreenshot.com/image/1464158/5c9feac230352634fc7dbfc5104732b9
I have tried to search for an answer myself but can’t find any other than writing custom code and not using Breadcrumb NavXT which don’t seem that nice since we use it for all other breadcrumbs and it works great.
Appreciate your help!
- The topic ‘Show breadcrumbs for individual search results’ is closed to new replies.