The top level item is an internal link to the first sub-page, eg:
services (top level)
- overview
- sub-page2
- sub-page3
etc.
In the content of the overview page I have a simple list of all sibling pages BUT I do not want the 'overview' page link to appear.
I have tried:
Code: Select all
{menu childrenof='services' excludeprefix='overview'}
Code: Select all
{menu start_page='services' excludeprefix=$page_alias}
Code: Select all
{menu excludeprefix=$page_alias}
As a workaround, I have used CSS to hide the 'overview' page link but it's not really what I was after and may cause other problems down the track.
Using CMSMS 1.11.4
What am I doing wrong or is this an undocumented feature?