Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Site Map


Go to End


938 Views

Avatar
corkg

Community Member, 30 Posts

30 August 2008 at 6:11am

Edited: 30/08/2008 6:12am

How do i stop the site map from displaying a sub-page called ArticlePage

I think it has something to do with:

$output .= $page->getChildrenAsUL("", '"<li><a href=\"$child->URLSegment\" title=\"Go to the $child->Title page\">$child->MenuTitle</a>"');

Thanks