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
Menu levels... help!
Re: Menu levels... help!
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
(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

