List subpages by ID
-
Hi and thanks to everyone that contributes to WordPress!
Is it possible to list pages AND subpages by their ID number? I need a list of tips(pages and subpages)that I want to appear in the sidebar, but aparently wp_list_pages() will list only pages but not subpages by their ID number.
For example:
-
<?php
wp_list_pages(‘include=5,9,23&title_li=<h2>’ . __(‘Poetry’) . ‘</h2>’ ); ?>will not display page 23 name if page 23 is a subpage. Any ideas how to display subpage 23 also?
Thank You Very Much!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘List subpages by ID’ is closed to new replies.