[SOLVED] list node sub sections on homepage

General project discussion. NOT for help questions.
Post Reply
grimmus
Forum Members
Forum Members
Posts: 28
Joined: Sun Jan 11, 2009 7:17 am

[SOLVED] list node sub sections on homepage

Post 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.
Last edited by grimmus on Sun Mar 22, 2009 4:53 pm, edited 1 time in total.
User avatar
CWebguy
Forum Members
Forum Members
Posts: 139
Joined: Thu Jul 24, 2008 3:31 am

Re: list node sub sections on homepage

Post 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,
CMSMS Made
grimmus
Forum Members
Forum Members
Posts: 28
Joined: Sun Jan 11, 2009 7:17 am

[SOLVED] Re: list node sub sections on homepage

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

Return to “General Discussion”