Dear EE team
I have the following situation on a category page:
{exp:channel:category_heading channel="main"}
{exp:channel:entries channel="main" limit="10"}
{categories}
{category_name}
{/categories}
{exp:channel:entries}
{/exp:channel:category_heading}Now, the ‘category_name’ tag shows always the name of the active category (dynamicly by category page), not the categories the entry belongs to.
A possible solution would be:
{exp:channel:category_heading channel="main"}
{/exp:channel:category_heading}
{exp:channel:entries channel="main" limit="10"}
{categories}
{category_name}
{/categories}
{exp:channel:entries}
{exp:channel:category_heading channel="main"}
{/exp:channel:category_heading}But this solutions seems to be not very efficient (I suppose that this will need more sql queries).
Thank you very much for your support.
MISC