Hi,
On the homepage of our site i would like to list all the services we offer, so i need to display all the children of the services section.
if i do a foreach loop how can i specify which node to start at and how would i output the node title and the link to it ?
Thanks in advance.
[SOLVED] list node sub sections on homepage
[SOLVED] list node sub sections on homepage
Last edited by grimmus on Sun Mar 22, 2009 4:53 pm, edited 1 time in total.
Re: list node sub sections on homepage
Code: Select all
{menu template='simple_navigation.tpl' start_level='2'}

Cheers,
CMSMS Made
[SOLVED] Re: list node sub sections on homepage
Thanks alot,
I just needed the start_element property and it all works perfect :
I just needed the start_element property and it all works perfect :
Code: Select all
{menu template='list_menu.tpl' start_element="3" start_level='2'}