I have a bunch of categories such as
1
5
10
11
12
6
2
7
8
9
3
4
I want to exclude the top level so i only get the second level and all the children…also when the link is created i need the children to have in the link the categories including any parent category they’re associated with. This includes the top level which visually i am trying to hide.
This is my code at the moment that obviously doesnt work (i tried using the show variable):
{exp:channel:categories channel="fixtures" show="1"}
<a href="http://{path=fixtures/{category_url_title}}">{category_name}</a>
{/exp:channel:categories}