Hello
{please note I have checked other articles on the forum and they didn’t help}
I have a CPT with custom taxonomies which have a child, posts are created with Category and sub-category select
This is what I have
its made inside a rich text element with the following
<a href="{site_url}">Home</a> / <a href="http://localhost:10032/products/">Products</a> / {post_terms_product-category} / {post_title}
and here is what I’m after
Thank you