Page 1 of 1

Menu levels... help!

Posted: Sat Dec 16, 2006 11:41 am
by Rob_H
Hi All,

I have a menu displaying:

category 1
      image 1
      image 2

How can I get the menu to display the image links but to hide (or ignore) the category links?

Rob

Re: Menu levels... help!

Posted: Sat Dec 16, 2006 12:18 pm
by tsw
from menumanager help

(optional) start_level="2" - This option will have the menu only display items starting a the given level. An easy example would be if you had one menu on the page with number_of_levels='1'. Then as a second menu, you have start_level='2'. Now, your second menu will show items based on what is selected in the first menu.

so use start_level="2" to only show second level and lover

hope this helps