Не могли бы вы просто сделать это?
{exp:channel:entries channel="competitor_profiles_en" category_url_title="london_2d_en" orderby="date" limit="8"}
{if count == "1"}<h2>COMPETITORS</h2>{/if}
<div class="xx">{competitor_image}</div>
{/exp:channel:entries}
Или, если вы делаете это, просматривая все категории:
{exp:channel:categories channel="competitor_profiles_en" show_empty="no"}
<h1>{category_name}</h1>
{category_description}
<h2>COMPETITORS</h2>
{exp:channel:entries channel="competitor_profiles_en" category="{category_id}" orderby="date" limit="8"}
<div class="xx">{competitor_image}</div>
{/exp:channel:entries}
{/exp:channel:categories}
Обратите внимание, что если у вас много категорийэто вложение тегов может привести к значительному снижению производительности.