I have used following tags
{menu template='simple_navigation.tpl' number_of_levels='1'} in div id="menu_horiz"
and
{menu template='simple_navigation.tpl' start_page='6' show_all='1'} in div id="menu_vert"
I have a list of 10 pages overall - 1 thru 5 to be displayed in horizontal nav then 6 thru 10 to be in vertical nav
I can see 1 thru 5 okay in horizontal nav but only page 6 in vertical nav although all pages listed in Page section. I need the method of achieving this not to require regular updating of template/stylesheet as extra pages will be added by client and so it needs to follow a formula.
Can you please help!!!!
{solved} Horizontal and vertical menus visible at same time (both level 1)
{solved} Horizontal and vertical menus visible at same time (both level 1)
Last edited by jospanner on Tue May 13, 2008 8:30 am, edited 1 time in total.
Re: Horizontal and vertical menus visible at same time (both level 1)
If you make a section header as page6 and not show it in the menu then call page6.1 and show_root_siblings="1" and put all vert. menu items under parent page6...
Re: Horizontal and vertical menus visible at same time (both level 1)
Thanks! This seems to have achieved it. Thanks for your help.