Hi, please would somebody be able to help me with limiting the display of categories from my markup below:
Basically I have two category groups assigned to one channel (item & brand, catID2 & catID3) and I wish for the category details, from the brand ID group only, to output in to the H2 and P tags below. However from using the below method EE is outputting two H2s and two Ps using the info from both category ID groups.
How would I limit to display just the details from the brand group only (ID3) and bypassing the item group (ID2).
{exp:channel:entries channel="products" category="13" fixed_order="626|494|625" limit="3"}
{if count == "1"}
{categories}
<h2>{category_name}</h2>
<p><a href="http://{path=">more {category_name}</a><br />
{/categories}<br />
{/if}<br />
{/exp:channel:entries}Any help would be greatly appreciated.
Thanks