On Sun, Jun 14, 2009 at 12:27 PM, (David) Ming
Xia<[email protected]> wrote:
>  I am looking for code to put the sub-categories into menu.  All themes I have
> seen only show the first level categories. Is there any existing theme that 
> can
> show sub-categories into menu? Or is that any code for such a function?

Try this, it will show subcategory links:

   #set($cat = $model.weblog.getWeblogCategory("/"))
   #showWeblogCategoryLinksList($cat true false)

See the template guide for more info.

- Dave

Reply via email to