I’m using the Posts element and adding a label to show the category of each post. The majority of posts have to have multiple categories assigned. What I’d like is for the label to show the title of the primary category, which is a feature of Yoast.
I tried unsuccessfully to do this by using a nested dynamic content string with the meta key Yoast has to get the ID of the primary category:
{{dc:term:title term="{{dc:term:meta key=’_yoast_wpseo_primary_category’}}"}}
Is there another way to achieve this?