I have a channel with various category groups. It is a multi-entry page. I would like, for each entry, to show what category/categories are assigned to each category group that exists for this channel.
Here’s my EE channel tag and the code inside:
{exp:channel:entries channel="classes" show_future_entries="yes" show_expired="no" sort="desc"}
{title}
{event_description}
<span>Level:</span>
<span>Audience:</span>
<span>Format:</span>
<span>Focus/Specialization:</span>
{/exp:channel:entries}Level, audience, format, and focus are my 4 category groups. I want to show after those cat group names the actual categories that are assigned to each entry. How? Thanks.