Adding breadcrumbs to category pages
This support request was posted in Flatbase by kinokeo
- kinokeo November 6, 2014 at 7:04 am
By default the breadcrumbs only show on the article pages and not on the category pages, which I’d like them to. I’ve tried adapting the article code:
‘ ‘article-category’ ) ); ?>’
to:
and just using the default breadcrumb code from the other pages
but they both just show “Home”, not the active category.Could anyone give me any pointers on how to achieve this? Thanks.
kinokeo November 6, 2014 at 7:07 amHmm, seems the code didn’t show properly – three code snippets were:
‘article-category’ ) ); ?>
Juanfra Aldasoro November 6, 2014 at 3:09 pmHi,
Thanks for writing. Would you please put the code in a gist file? http://gist.github.com
That way I’ll be able to take a look at it.
Best,
Juan.kinokeo November 7, 2014 at 10:26 amHi Juan. The code I tried is at https://gist.github.com/anonymous/f2ce4adb52a87e1f0516
ThanksJuanfra Aldasoro November 7, 2014 at 2:18 pmHello,
Well, the function doesn’t have those parameters. You can check the code of the nice_breadcrumbs(); function in the file /engine/theming/functions.php
If you check the code, you’ll see that there are some filters in order to hook your own content for the breadcrumbs.
Unfortunately we can’t provide support on customisations.
Best,
Juan.
You must be logged in to reply to this topic.