<ul class="submenu">
{exp:weblog:categories weblog="{segment_2}" style="linear" }
<li><a >{category_description}</a></li>
{/exp:weblog:categories}
</ul>Builds me a sweet menu as seen at :
http://seejeffrun.ca/eengine/index.php/oldcreel/products/
All of the articles in the right (main) area of the page is stored internally in categories.
What I want to do is have a + beside Kayaks that is clickable (to expand) and then lists all of the articles in the Kayaks Section. As per the rest of my code, I am keeping this dynamic and having fun with it all now.
Can someone please advise as to a resource or technique to make a hierarchical menu as per:
- Category
|___Article
|___Article
- Category
|___Article
+ Category
I’d prefer the simplest way to do this. Have seen some AJAX solutions but have never used AJAX before. If anyone has a step by step or some sample code they can offer, that would be amazing.
Thanks for the help.
Cheers,
Adam
etc…