-
Hey there,
To my knowledge, it seems that wordpress does not support taxonomy archives which would allow to display all terms inside of a taxonomy. This is further reflected by the fact that creating a breadcrumb through rank math seo generates a simple string when it comes to displaying the taxonomy a term is featured in, while in the case of a custom post type, rank math seo generates a link to its archive.After some research, I have come to the conclusion that the only viable solution to display all terms within a taxonomy is to create a page with a slug that is identical to the one set for the taxonomy. This works well in most cases but when it comes to rank math seo’s breadcrumb, your plugin obviously cannot tell that a page is being used as the taxonomy archive, thus preventing the link from being used instead of the simple string.
My question therefore is, how do I let Rank Math Seo know that a page has been created as an archive for all terms within a taxonomy ? If there is a way inside wordpress to create such a feature, i’d love to hear that (i’ve browsed WordPress’ Template Hierarchy for a .php file solution but couldn’t get taxonomy-{taxonomy-name}.php to work)
Thanks for the help !
You must be logged in to reply to this ticket.