I have a Single Layout page (Project Single Layout) for a custom post type (Projects):
https://creativedesigns.mysites.io/portfolio/bourbon-bones/
I’m creating my own breadcrumbs with button elements. The third button is {{dc:term:name}}
with a link of {{dc:term:url}}
which I would like the pull the category (Restaurants) which is a custom taxonomy created in ACF Pro.
It’s not working so I’m obviously not doing it right. Is there a way to call up the term/category for this custom post type?
Thanks.