Tagged: breadcrumbs, custom, enfold
Hi,
You quickly answered my support question regarding the breadcrumb display on single CPTs here: https://kriesi.at/support/topic/customizing-breadcrumbs-for-custom-post-types/
I am trying to now change the category archive display (http://example.com/category/cat-name/) in a similar fashion: currently, it displays:
You are here: Home / Cat Name
I’d like to add in a link between ‘Home’ and ‘Cat Name’ that links to a static page.
I tried tweaking the code you provided for the original request to no avail.
thanks in advance!
Hi raisonbrands!
Thank you for using Enfold.
Try to change the is_singular() function to is_category. https://codex.wordpress.org/Function_Reference/is_category
Make sure to use another function name for “avia_change_breadcrumb_cat”.
Regards,
Ismael