Hi @srundle,
Sorry for not following up on this sooner. To access a post term, you’ll need to setup a new Looper Provider first. Because a post can have multiple terms, we need to iterate over them.
- Enable Looper Provider on a Layout Element (Divs are handy of you don’t want to)
- Set the type to “Current Post Terms”
- Select a taxonomy you want to use
- Enable Looper Consumer on the same element, or a child Layout Element
- If you want to ensure only one title is ever output (in case the portfolio item accidentally gets more terms added) set the Consumer count to “One”
- Place your Dynamic Content somewhere inside that consumer
This should let you access the term data inside your post.