Do you mean displaying the category / tags for each post?
I’m confused on the Breadcrumbs part
Thread Starter
jansan
(@jsandtro)
Hi, I mean to display the category / tag for each link to the post. Such as
Posttitle
category
or
Posttitle
tag1, tag 2 etc.
For breadcrumbs it would be nice to display the taxonomy under each link, such as.
Posttitle
Mainarea > subarea > subsubarea
If both cateogory, tags and breadcrumbs would be with links, that would be nice. Hope this was understandable.
The first one is easy to implement via a filter function. Please see this example code for categories: https://gist.github.com/ajaydsouza/c8defd4b46e53240e376#file-tptn_list_cats-php
For Breadcrumbs, this is a lot more difficult to establish, albeit something I can look into when I have time. This is unlikely to be part of the core plugin, though.