I’ve been trying to work this out all day. I would like to display all sub categories from a particular category as an unordered list.
I was hoping for a parameter start=“5” so I could do something like this.
{exp:channel:categories channel="politics" style="nested" start="5" }
<a href="http://{path=SITE_INDEX}">{category_name}</a>
{/exp:channel:categories}There seem to be one or two plugins that allow this but haven’t found anything that appears compatible with v2 yet.
I’m new to ExpressionEngine so possibly this is really simple and I’ve missed something.
Thanks.