Title: Page Siblings
Author: Ionut Staicu
Published: <strong>2 نوامبر 2012</strong>
Last modified: 14 مارس 2025

---

جستجوی افزونه‌ها

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

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

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

# Page Siblings

 توسط [Ionut Staicu](https://profiles.wordpress.org/iamntz/)

[دانلود](https://downloads.wordpress.org/plugin/page-siblings.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/page-siblings/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/page-siblings/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/page-siblings/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/page-siblings/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/page-siblings/)

## توضیحات

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.

### 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'; })
    ```

## عکس‌های صفحه

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

Page Siblings metabox

## نصب

 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

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Page Siblings” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

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

[ترجمه “Page Siblings” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/page-siblings)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/page-siblings/)، [مخزن SVN](https://plugins.svn.wordpress.org/page-siblings/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/page-siblings/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/page-siblings/) مشترک شوید.

## گزارش تغییرات

#### 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’t display filtering option on post types that aren’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

## اطلاعات

 *  نگارش **1.0.8**
 *  آخرین به‌روزرسانی **2 سال پیش**
 *  نصب‌های فعال **20+**
 *  نگارش وردپرس ** 3.0 یا بالاتر **
 *  آزمایش‌شده تا **4.9.33**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/page-siblings/)
 * برچسب
 * [custom post type](https://fa.wordpress.org/plugins/tags/custom-post-type/)[page administration](https://fa.wordpress.org/plugins/tags/page-administration/)
   [utils](https://fa.wordpress.org/plugins/tags/utils/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/page-siblings/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/page-siblings/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/page-siblings/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/page-siblings/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/page-siblings/)