=== Private Suite ===
Contributors: sillybean
Tags: privacy, private, password
Requires at least: 2.8
Tested up to: 2.8.4
Stable tag: 0.9
Allows admins to add private pages to wp_list_pages(), wp_page_menu(), and the Pages widget or use a separate wp_list_private_pages() tag; specify the prefix on private and password-protected titles; create private categories; and choose which user roles may read private pages and posts.
== Description ==
* Adds private pages to `wp_list_pages()`, `wp_page_menu()`, and the Pages widget
* Lets you to change the "Private:" prefix on private post/page titles
* Lets you to change the "Protected:" prefix on password-protected post/page titles
* Lets you to choose which user roles can read private pages and posts
== Installation ==
1. Upload the plugin directory to `/wp-content/plugins/`
1. Activate the plugin through the 'Plugins' menu in WordPress
== Notes ==
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.
== Screenshots ==
1. The options page
== Changelog ==
= 1.0 = (January 16, 2009)
* 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.
= 0.9 =
* First release (October 15, 2009)