Hi everyone,
I’m Francesco and I’m new to the forum.
Maybe this is a simple task but I can’t find the solution that I want.
I have a loop that goes through some custom posts with categories assigned to them, something like this:
<Loop type=project>
<div class="grid__el {'I want the post category here'}">
<Field name="project_name" />
</div>
</Loop>
I’m trying with a taxonomy loop inside a post loop but posts with more than 1 category will be displayed more than 1 time.