Listing pages, but only sub-pages of the current page
-
I have put the following code in a php widget…
<?php wp_list_pages('title_li=&depth=2&child_of=22'); ?>
…in order to display my pages (childs of page 22, “Gallery). Tjeck it out…
- https://www.anderspeter.com/gallery/greenland-2010/favorites
This list becomes a bit long though. How do I NOT list sub-pages – other than those at the same level (same parrent) as the current page?
Am I making sense?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Listing pages, but only sub-pages of the current page’ is closed to new replies.