I’m trying to display a list of categories for each post in a posts element using dynamic content, but am having trouble pulling the list of categories dynamically.
It’s set up like Posts > Post > Article > Text
In the text element, I can’t find the right key for the dynamic content. I can see the categories if I use this string: {{dc:post:classes}}, but it also has a bunch of extraneous content, and isn’t formatted the way I want it.
I’d like the text element to just output a list of categories for the current post, separated by commas.
Anyone know how to do this?