« Return to Thread: Category menu

Re: Category menu

by Dave-401 :: Rate this Message:

Reply to Author | View in Thread

On Sun, Jun 14, 2009 at 12:27 PM, (David) Ming
Xia<david.ming.xia@...> 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

 « Return to Thread: Category menu