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,
Listing Siblings in a Menu Topic is solved
Re: Listing Siblings in a Menu
i believe the call is collapse="1"...
{menu template="admediamenu.tpl" start_page="Team" number_of_levels="1" start_level="2" collapse="1"}
{menu template="admediamenu.tpl" start_page="Team" number_of_levels="1" start_level="2" collapse="1"}