I am trying to produce a static front page that has child pages, so that the menu looks like the following:
About (static front page, parent page of "CV" and "Address")
-CV (child of "About")
-Address (child of "About")
Other page 1
Other page 2 (parent of "sub 1" and "sub 2")
-sub 1 (child of "Other page 2")
-sub 2 (child of "Other page 2")
What works is to use "About" as the parent. My problem is, that "CV" and "Address" are shown in the menu as separate items, not as children of "About", even though their parent-entry correctly says "About". Here's the menu:
About (static front page)
Other page 1
Other page 2 (parent of "sub 1" and "sub 2")
-sub 1 (child of "Other page 2")
-sub 2 (child of "Other page 2")
CV
Address
What am I overlooking here?
Thanks ab bunch!
tef