Page 1 of 1

[SOLVED] Displaying children of items in menu

Posted: Thu Aug 11, 2011 4:58 pm
by kidcardboard
I have a footer menu with a bunch of child pages that I currently have grouped using a section header and being displayed on the page using "start_element". Now the problem is when we have prettyURLs on the section header is listed in the hierarchy(we don't want that). I've tried listing all the root items in the footer with the "items" parameter but that doesn't render the children. I thought using number_of_levels="2" might force it, but was wrong. Anybody know how to do this, if it's even possible or am I going to have to hack something together?

Re: Displaying children of items in menu

Posted: Thu Aug 11, 2011 6:46 pm
by Rolf
kidcardboard wrote:Now the problem is when we have prettyURLs on the section header is listed in the hierarchy(we don't want that)
You can't change this...

But using the Custom URL field in the Options tab of the page editor, you can create the url you want. Even without the section header name...

Hope this helps,
Rolf

Re: Displaying children of items in menu

Posted: Thu Aug 11, 2011 8:05 pm
by kidcardboard
That did the trick... thanks