help with wp_list_pages {I am a parent}
-
I want the list of pages like this:
<UL class="menu"> <LI class="page-item"><a href="..">Venus</a></LI> <LI class="page-item I-AM-A-PARENT"><a href="..">Earth</a> <UL> <LI class="page-item"><a href="..">Moon</a></LI> </UL> </LI> <LI class="page-item I-AM-A-PARENT"><a href="..">Mars</a> <UL> <LI class="page-item"><a href="..">Phobos</a></LI> <LI class="page-item"><a href="..">Deimos</a></LI> </UL> </LI> <LI class="page-item"><a href="..">Jupiter</a></LI> </UL>
Notice the location of “I-AM-A-PARENT” on Earth and Mars. It does not have to be “I-AM-A-PARENT” if wp has some ready class name for that.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘help with wp_list_pages {I am a parent}’ is closed to new replies.