Hi.
Is it possible to have more than 1 list of categories on a page.
I am using this code to display my list.
{exp:channel:categories channel="gallery" class="categories"}
<a href="http://{path=gallery/show}">{category_name}</a>
{/exp:channel:categories}When I create another category group and assign it to ‘gallery’ it displays both in one list.
How can I separate them please?
Thank you