Hi all,
I’d like to try something out with the photo gallery module.
I tried setting up a category/subcategory structure like this:
maincat-A
——subcat-A1
——subcat-A2
——subcat-A3
maincat-B
——subcat-B1
——subcat-B2
This works ok, but the problem is showing the categories the way I want to?
I only want to display the main categories like this:
<div id="topnavigation">
<ul>
<li><a href="#">maincat-A</a></li>
<li><a href="#">maincat-B</a></li>
</ul>
</div>
Only after clicking a certain main category I want to display the linked subcategories somewhere else on the page…
Is this possible or should I look for another CMS to accomplish this?
Thanks a lot in advance
