Listing Siblings in a Menu Topic is solved

General project discussion. NOT for help questions.
Post Reply
shandog

Listing Siblings in a Menu

Post 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,
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Listing Siblings in a Menu

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

Return to “General Discussion”