get custom taxonomy terms in breadcrumbs
-
I’m not sure why I am having so much trouble finding a solution to what seems to be a simple problem. I want to add my custom taxonomy tags into my breadcrumbs. My site work like this:
I have a custom post type of “art”. Art has 5 custom taxonomies, “color, media, year, portfolio and projects” Each taxonomy has serveral other taxonomies inside of it. For example color holds “red, yellow, blue, ect.” Right now people start at an
art-archive.php
with everything. You can then choose from the list of custom taxonomies to navigate through all the art posts.Right now if the user starts in the
art-archive.php
and goes to “color” then to “yellow” and chooses an artwork titled “banana” the breadcrumb looks like this:home > art> banana
I want it to read like this:
home> art > yellow > banana
I’ve tried a bunch of different breadcrumb plug ins and can’t find one that does this? Can anyone suggest a plug in that does this, or explain how to alter a plug in or my functions.php file?
- The topic ‘get custom taxonomy terms in breadcrumbs’ is closed to new replies.