Title: Page Siblings
Author: Ionut Staicu
Published: <strong>Bélú 2, 2012</strong>
Last modified: Ẹrẹ́nà 14, 2025

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/page-siblings/assets/banner-772x250.png?rev=620439)

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://s.w.org/plugins/geopattern-icon/page-siblings_f9f9f9.svg)

# Page Siblings

 Láti ọwọ́ [Ionut Staicu](https://profiles.wordpress.org/iamntz/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/page-siblings.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/page-siblings/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/page-siblings/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/page-siblings/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/page-siblings/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/page-siblings/)

## Àpèjúwe

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Ìtumọ̀ Yorùbá: ’re listing posts on admin pages, you can also choose
to display only parents.

### API

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')
    ```

**Disable the dropdown that will allow you to filter page parents or page parents&
children**

    ```
    add_filter('iamntz/page-siblings/add-hierarchy-column-filter', '__return_false')
    ```

**For `my-custom-post-type`:**

    ```
    add_filter('iamntz/page-siblings/add-hierarchy-column-filter/post-type=my-custom-post-type', '__return_false')
    ```

**Set the default value for the dropdown:**

    ```
    add_filter('iamntz/page-siblings/add-hierarchy-column-filter', function() { return 'parents_only'; })
    ```

**For `my-custom-post-type`:**

    ```
    // The allowed values are `all` and `parents_only`.
    add_filter('iamntz/page-siblings/hierarchy-column-filter-default/post-type=my-custom-post-type', function() { return 'parents_only'; })
    ```

## Àwọn àwòrán ìbòjú

[⌊Page Siblings metabox⌉⌊Page Siblings metabox⌉[

Page Siblings metabox

## Ìgbéwọlẹ̀

 1. Upload the `page-siblings` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Done. You will see a box with page siblings when you edit a page

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Page Siblings” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

 *   [ Ionut Staicu ](https://profiles.wordpress.org/iamntz/)

[Túmọ̀ “Page Siblings” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/page-siblings)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/page-siblings/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/page-siblings/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/page-siblings/) 
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/page-siblings/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0

 * Initial version

#### 1.0.1

 * added a filtering option to page editing, so you can only display parent pages

#### 1.0.2

 * tweaked code a little & removed PHP notices & warnings

#### 1.0.3

 * Updated readme

#### 1.0.4

 * added correct sorting for pages (thanks Jakob for pointing this)

#### 1.0.5

 * We shouldnÌtumọ̀ Yorùbá: ’t display filtering option on post types that arenÌtumọ̀
   Yorùbá: ’t hierarchical!

#### 1.0.6

 * Version Bump

#### 1.0.7

 * Added some filters to allow disabling some boxes

#### 1.0.8

 * Fixed edgecase ACF compatibility
 * Moved the metabox on the main screen (rather than on side)
 * Added filtering

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.8**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 1 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **20+**
 *  Ẹ̀yà WordPress ** 3.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **4.9.29**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/page-siblings/)
 * Àwọn àmì
 * [custom post type](https://yor.wordpress.org/plugins/tags/custom-post-type/)[page administration](https://yor.wordpress.org/plugins/tags/page-administration/)
   [utils](https://yor.wordpress.org/plugins/tags/utils/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/page-siblings/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/page-siblings/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/page-siblings/reviews/)

## Àwọn Olùkópa

 *   [ Ionut Staicu ](https://profiles.wordpress.org/iamntz/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/page-siblings/)