=== Private Suite === Contributors: sillybean Tags: privacy, private, password, categories, users, roles Requires at least: 2.8 Tested up to: 2.9.1 Stable tag: 1.0 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 == * 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 == Installation == 1. Upload the plugin directory to `/wp-content/plugins/` 1. Activate the plugin through the 'Plugins' menu in WordPress == Notes == == 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. Existing published posts will not be affected! Use the Bulk Edit function on the Post→Edit screen to change the visibility on your old posts. (Note that in the Screen Options, you can change the number of posts per page, which will help you edit more posts at once.) == Acknowledgments == Huge thanks to mtekk for providing the patch that makes the page list features possible. The alternative method of listing pages was adapted from Branko Ajzele. == Screenshots == 1. The options page == Changelog == = 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)