Hi, please would somebody be able to help me with limiting the display of categories from my markup below:
Basically there are two category groups assigned to this one channel (item & brand) and I wish for the category details from the brand group to output in to the H2 and P tags, however from using the below method EE is outputting two H2s and two Ps using the info from both groups.
How would I limit to just the details from the brand 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