メインの記事を出力し、同じチャネルから他の3つを出力する、かなり基本的なテンプレートを用意します。ただし、次のコードを使用すると、「その他のパートナー」領域には何も出力されず、「投稿なし」も出力されないため、実際にはそうではありません。何が悪いのかを確認してください。システムには5つ以上の記事があるので、確実に引き出す結果があります、何かアイデアはありますか?
{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>
{exp:channel:entries channel="partner" related_categories_mode="yes" custom_fields="yes"}
{if no_results}
No posts
{/if}
<article>
<a href="{url_title_path='community/partners'}">
{profile_logo:thumbnail wrap="image"}
<h3>{title}</h3>
<p>{profile_body}</p>
</a>
</article>
{/if}
{/exp:channel:entries}