A metabox with all page edit (and any other hierarchal post types) that display an edit link to its siblings.
As of April 2026, Page Siblings is a WordPress utils plugin with 20 active installations and a 5/5 rating from 1 reviews. It has been downloaded 2.6K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2012. Last updated 1 year ago — may have compatibility concerns. Top alternative: Get page IDs.
Ever had to manage a WP install with many pages and subpages? This plugin does nothing more than adding a metabox to every post type that is hierarchical (that is pages and any other custom post type!) with a list of all page siblings, starting with the parent, so you can have:
News
|— History
|— Our Staff
|—— Employment Opportunities
|— Our Company
Bonus: when you’re listing posts on admin pages, you can also choose to display only parents.
You can choose to disable some (or all!) functionality by using filters. These filters are as following:
Disable page siblings metabox completely:
add_filter('iamntz/page-siblings/add-page-metabox', '__return_false')
For my-custom-post-type
add_filter("iamntz/page-siblings/add-page-metabox/post-type=my-custom-post-type", '__return_false')…| WordPress | 3.0+ requiredTested up to 4.9.29 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.