Categories:
Author:
Current version:
1.0rc1
About It:
Get it:
Rate it:
Flag it:
If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
azp_menugen
Category Menu generator
This plugin generates a html list based on your site category structure.
Learn by example
<txp:azp_menugen start="fruits" showcount="yes">
will generate a menu of category fruits and all its subcategories if available and show the article count.
<txp:azp_menugen start="?" depth="3">
will generate of menu of the current selected category and show maximum three levels of subcategories. start property is by default "?"
<txp:azp_menugen start="root">
will generate a menu of all the site categories
Also, azp_menugen generates XHTML compliant list menu and tags the active items with the css class "active"