Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WP | Side navigation of subpages. Re: WP | Side navigation of subpages.

#96055
TheDoc
Member

Well, this would be sibling pages:

wp_list_pages(array(
'child_of' => $post->post_parent,
'exclude' => $post->ID
))