I have the following code:
{exp:channel:entries channel="channel1" category="{segment_3}" dynamic="no" style="linear"}
{related_entries id="channel2"}
{/related_entries}
{/exp:channel:entries}For some reason this is printing the output
{REL[267][channel2]VvIzefHrREL}
If i remove the related_entries calls:
{exp:channel:entries channel="channel1" category="{segment_3}" dynamic="no" style="linear"}
{/exp:channel:entries}Nothing is printed to the screen as you’d expect.
What’s going on here? Am I doing something wrong? EE2.1, no custom modules except imgsizer which doesn’t touch the DB.