Might be able to if I could make heads or tails out of that second link. 😉
Okay, so this might be beyond my abilities to do.
I don’t want all pages listed. Let’s say my page structure is thus:
PAGES:
– Contact Us
— Sub Contact A
— Sub Contact B
— Sub Contact C
– About Us
— Sub About A
— Sub About B
– Another Page
— Sub Another A
— Sub Another B
— Sub Another C
What I want to accomplish is a menu that reads like this:
— Sub Contact A
— Sub Contact B
— Sub Contact C
— Sub About A
— Sub About B
— Sub Another A
— Sub Another B
— Sub Another C
I don’t want the “parent” pages, only the child pages. I know how to display the child pages of a known parent (child_of=$id), but I don’t want to have to code this in for each parent page whenever I add or remove one. I would like to simply pull ALL child pages, of all the parent pages, whatever they happen to be.