Page 1 of 1

[SOLVED] list node sub sections on homepage

Posted: Sun Mar 15, 2009 3:02 pm
by grimmus
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.

Re: list node sub sections on homepage

Posted: Sat Mar 21, 2009 1:01 pm
by CWebguy

Code: Select all

{menu template='simple_navigation.tpl' start_level='2'}
The two, if I'm not mistaken means start at the children level ;)

Cheers,

[SOLVED] Re: list node sub sections on homepage

Posted: Sun Mar 22, 2009 4:53 pm
by grimmus
Thanks alot,

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'}