Hey there, I am having a problem and am curious if there is a solution for it. Inside a CPT “team” I have a taxonomy “contactpersons” with some taxonomy terms. In another CPT “groups” I have posts – some of them have corresponding titles to the contactperson’s terms – and I am trying to add links if there are matching posts. I tried:
<div class="team-meta">
<Taxonomy contactpersons>
<If loop exists type=groups name="{Field name}">
<Loop>
<a href="{Field url}">
<Term title />
</a>
</Loop>
<Else />
</If>
</Taxonomy>
</div>
The loop is working but breaks after the first post. If I strip the part <Taxonomy>…</Taxonomy>
all “team” posts are shown in the frontend. Any idea why? Template is loaded in the content of the “team” posts with a shortcode. All “team” posts are shown by the theme.