Hi @ettoregabrielli ,
Yes, that’s possible with the plugin’s shortcode. The shortcode has the “taxonomy” parameter which you can set your own taxonomy. Please see the docs for details and how to use it.
Yes, I see it, but my question is if can i use two taxonomies in the same time, ex:
taxonomy=category,series
So breadcrumb result like
Home > Category > Series Taxonomy > Article
Hi @ettoregabrielli,
I’m afraid that’s impossible. Just imagine if you have multiple taxonomies and how to order them in the breadcrumbs. The breadcrumbs in this case probably doesn’t reflect the proper structure of your website content.
I’d suggest using only one taxonomy in the breadcrumbs and use other taxonomies to show list of your posts elsewhere.
Ok, thanks.
There are hooks for breadcrumb to eventually add them via functions.php ?
Hi @ettoregabrielli
Yes, that’s doable. Please try this:
echo do_shortcode( '[slim_seo_breadcrumbs taxonomy="category"]' );