Have a fairly basic template that outputs the main article and then should output three others from the same channel, however when using the following code nothing is output in the “Other partners” area, not even “No posts” so I’m really not sure what’s going wrong. There’s 5+ articles in the system so there’s definitely results to pull out, any ideas?
{exp:channel:entries channel="partner" limit="1" url_title="{segment_3}"}
<article>
<h1>{title}</h1>
{profile_logo:banner wrap="image"}
{profile_body}
</article>
{/exp:channel:entries}
<h2>Other Partners</h2>
<p>{exp:channel:entries channel="partner" related_categories_mode="yes" custom_fields="yes"}<br />
{if no_results}<br />
No posts<br />
{/if}<br />
<article><br />
<a href="http://{url_title_path=community/partners}">_ {profile_logo:thumbnail wrap="image"}_ </p><h3>{title}</h3><p>_ {profile_body}_ </a><br />
</article><br />
{/if}<br />
{/exp:channel:entries}