Category menu

View: New views
2 Messages — Rating Filter:   Alert me  

Category menu

by (David) Ming Xia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi, Everyone.

  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?  


Thank you very much


David  

Re: Category menu

by Dave-401 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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