So after many hours of struggling I thought I would try this. Here’s what I’m trying to do:
I have 5 categories and each parent category has 5 child categories. I’m showing the 5 categories on an initial page like this:
{exp:channel:categories channel="projects" disable="pagination|member_data" parent_only="yes"}
<a href="http://{path=projects/list}">{category_name}</a>
</div>
{/exp:channel:categories}I want to be able to click on the parent category and show the just the parent and it’s child categories on another page. From there you can click the child category and view the entries for just that child category. Any insight is appreciated.