Page 1 of 1

Listing Siblings in a Menu

Posted: Wed Jul 19, 2006 4:30 am
by shandog
I have a page that has a menu which displays a top level page and its children. I would like the menu only to display the children and not the top level.

Here is a link to the page in question:
http://www.admedialaw.com/cms/index.php ... endrickson

and here is the menu callout I am using:
{menu template="admediamenu.tpl" start_page="Team" number_of_levels="1" start_level="2"}


"Team" is the top level page that I do not wish to display.

Any suggestions? I have tried using the number of levels and start level, but it still displays the Team link at the top.

Thanks,

Re: Listing Siblings in a Menu

Posted: Wed Jul 19, 2006 5:31 pm
by Dr.CSS
i believe the call is collapse="1"...

{menu template="admediamenu.tpl" start_page="Team" number_of_levels="1" start_level="2" collapse="1"}