I have Pages with multiple subpages. I would like the subpages to display their siblings (other subpages with the same parent). Is this possible? I've been searching all night with no luck.
Any help would be appreciated.
I have Pages with multiple subpages. I would like the subpages to display their siblings (other subpages with the same parent). Is this possible? I've been searching all night with no luck.
Any help would be appreciated.
the magic word is wp_list_pages
check your template (sidebar.php or header.php, maybe even index.php) for wp_list_pages, then check this stuff
http://codex.wordpress.org/Template_Tags/wp_list_pages#List_subpages_even_if_on_a_subpage
and fiddle with it.
This topic has been closed to new replies.