I’m trying to display a related entry from a weblog, however I get absolutely no output between the related_entries tag. Reverse related entries are working fine, and both weblogs output fine by themselves. Also, if I leave the relationship unselected, the ‘if no_related_entries’ section does not output either.
Any help would be greatly appreciated!
{exp:weblog:entries disable="member_data|pagination|trackbacks" entry_id="157"}
{title}
{related_entries id="projects_adminContact"}
title: {title}
{if no_related_entries}
<h2>No Performer Information Available</h2>
<p> {/if}<br />
{/related_entries}<br />
{/exp:weblog:entries}Using version 1.6.4 with MSM by the way. I have gone through the database, and checked that ALL weblogs, custom fields, and entries are associated with the correct site in the database.