I have Channel x with fields:
title
x1 - Text Input
x2 - Textarea
I have Channel y with fields:
title
y1 - Relationship - custom field options ‘Channel x’
y2 - Textarea
Publish one record into ‘Channel y’ and choose y1 a input from ‘Channel x’ see attachment
If I see the record in the front-end and it is reacting on the relating tag because it gives the output ‘nothing’ but it shoud be ‘Relating: {y2} ’
{exp:channel:entries channel="Channel x" disable="paginate|member_data|trackbacks" sort="desc" limit="1"}
Text: {x2}
{related_entries id="y1"}
{if no_related_entries}
<h2>nothing</h2>
<p> {/if}</p>
<p> </p><h2>Relating: {y2} </h2>
<p>{/related_entries}</p>
<p>{/exp:channel:entries}What is going wrong