Title: Private Suite
Author: Stephanie Leary
Published: <strong>14 اکتبر 2009</strong>
Last modified: 22 آوریل 2016

---

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

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

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

# Private Suite

 توسط [Stephanie Leary](https://profiles.wordpress.org/sillybean/)

[دانلود](https://downloads.wordpress.org/plugin/private-suite.2.1.zip)

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

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

## توضیحات

 * Optionally adds private pages to `wp_list_pages()`, `wp_page_menu()`, and the
   Pages widget
 * Provides a separate `wp_list_private_pages()` tag (a clone of `wp_list_pages()`
   that accepts all the same arguments)
 * Specifies private categories, in which all posts will automatically be set to
   private
 * Lets you change the “Private:” prefix on private post/page titles
 * Lets you change the “Protected:” prefix on password-protected post/page titles
 * Lets you choose which user roles can read private pages and posts

Now on [GitHub](https://github.com/sillybean/private-suite).

#### Translations

 * French (fr_FR) by Regis Lemaire
 * Bulgarian (bg_BG) by [SiteGround](http://www.siteground.com/)
 * Turkish (tr_TR) by [Ömer Faruk Karabulut](http://bijoubijouterie.com)

### Notes

### Reading Settings

You must have at least one public page. Otherwise, as of 3.1, the front page settings(
where you can choose a static page as your home page) will not appear on the settings
page at all. As long as you have one public page, all the private pages will appear
as options in the dropdown menu.

### Page Lists and Widgets

Adding private pages to `wp_list_pages()`, `wp_page_menu()`, and the Pages widget
does not always work as it should. The private pages will be out of order, and they
might appear as children of the wrong parent page. If this occurs, try using the`
wp_list_private_pages()` template tag instead. It’s a clone of `wp_list_pages()`
and should accept all the same arguments. This plugin includes an extra Pages widget
that includes private pages.

### Private Categories

When you mark a category as private, all the posts in that category will have their
visibility set to private when they are published, even if you don’t change the 
visibility setting on the edit screen. Only published posts are affected; your draft,
pending, and scheduled posts will work as usual, except that scheduled posts will
be set to private when they become active.

### Acknowledgments

Huge thanks to [mtekk](https://profiles.wordpress.org/mtekk) for providing the [patch](https://core.trac.wordpress.org/ticket/8592)
that makes the page list features possible. The alternative method of listing pages
was adapted from [Branko Ajzele](http://activecodeline.com/create-a-menu-for-private-pages-and-posts-in-wordpress).

### Translations

If you would like to send me a translation, please write to me through [my contact page](http://sillybean.net/about/contact/).
Let me know which plugin you’ve translated and how you would like to be credited.
I will write you back so you can attach the files in your reply.

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

[⌊The options page⌉⌊The options page⌉[

The options page

## نصب

 1. Upload the plugin directory to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

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

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

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

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

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

 *   [ Stephanie Leary ](https://profiles.wordpress.org/sillybean/)

[ترجمه “Private Suite” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/private-suite)

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

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

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

#### 2.1

 * Fixed bug where password-protected prefix field incorrectly displayed private
   prefix value.
 * Category walker update.
 * Widget constructor update.

#### 2.0

 * private, future, draft, and pending pages are now available as parents in page
   attributes and quick edit dropdowns
 * private pages can be added to nav menus (but do not announce themselves as private,
   and will lead anonymous visitors to a 404 page)
 * private pages can be added to page lists and widgets
 * fixed uninstall hook
 * fixed ‘8’ in add_options_page, argh
 * updated options page to use settings API
 * referred role management to [Members](https://wordpress.org/extend/plugins/members/)
 * fixed save_post action to avoid database call
 * using mb_ereg_replace to handle multibyte strings in Private/Protected prefixes

#### 1.2.3

 * Turkish translation

#### 1.2.2

 * Bulgarian translation

#### 1.2.1

 * Fixed a bug involving a reference to an obsolete function. (January 3, 2011)

#### 1.2

 * Added support for custom roles.
 * Fixed a problem in the way roles worked.
 * Fixed bug with accented characters in title prefixes. (December 16, 2010)

#### 1.1

 * Fixed list markup when forcing private pages to appear in page lists (Thanks,
   Tina and Sébastien!)
 * French translation by Regis (August 5, 2010)

#### 1.01

 * Fixed bug that caused conflicts with other plugins’ widgets.
 * Fixed formatting of category checkboxes on the options page. (January 24, 2010)

#### 1.0

 * New `wp_list_private_pages()` tag.
 * Fixed markup (somewhat) when adding private pages to existing template tags.
 * Added private pages to parent dropdown when editing pages.
 * Added page widget that includes private pages.
 * Added private categories feature.
 * Fixed prefix fields to work with HTML (e.g. tags)
 * Translation support. (January 16, 2010)

#### 0.9

 * First release (October 15, 2009)

## اطلاعات

 *  نگارش **2.1**
 *  آخرین به‌روزرسانی **10 سال پیش**
 *  نصب‌های فعال **60+**
 *  نگارش وردپرس ** 3.3 یا بالاتر **
 *  آزمایش‌شده تا **4.5.33**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/private-suite/)
 * برچسب
 * [categories](https://fa.wordpress.org/plugins/tags/categories/)[password](https://fa.wordpress.org/plugins/tags/password/)
   [privacy](https://fa.wordpress.org/plugins/tags/privacy/)[private](https://fa.wordpress.org/plugins/tags/private/)
   [users](https://fa.wordpress.org/plugins/tags/users/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/private-suite/advanced/)

## امتیازها

 5 از 5 ستاره.

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

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

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

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

 *   [ Stephanie Leary ](https://profiles.wordpress.org/sillybean/)

## پشتیبانی

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

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

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://sillybean.net/code/wordpress/private-suite/)