The “Private Tags” Wordpress plugin allows users to specify a list of tags or categories to keep hidden from the public – all posts within the specified tags/categories, and the tags/categories themselves, will not be visible to anyone but the original author.
Alternatively, in ‘inclusive’ mode specify a list of tags/categories to make public – all other tags/categories will remain hidden.
Download
Download the Private Tags plugin at the Wordpress plugin page
If you like Private Tags, please consider buying one of my products.
Installation
- Unzip the package, and upload
private-tagsto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit ‘Private Tags’ settings underneath Wordpress settings to configure
Changes
0.1 – Initial release
Related posts
- Hidden Tags Wordpress Plugin Hide certain tags/categories from the public...
- Upload Janitor Wordpress Plugin Clean up unused images and other files from your uploads...
- Smart 404 for Wordpress Save visitors to your Wordpress site from unhelpful 404 errors!...
- Flickrpress: Wordpress Flickr widget Flickrpress is a widget to display items from Flickr in...
- Custom Permalinks Custom Permalinks is a Wordpress plugin that gives you ultimate...
4 Comments
I had some problems with this plugin running on a WP 2.8beta. I don't know the reason, but I changed the filter registration and it worked: Before: add_filter( 'posts_distinct', 'private_tags_posts_distinct' ); After: add_filter( 'posts_distinct_request', 'private_tags_posts_distinct' ); Cheers, Andy
I am trying to make a client area of our site where clients will be able to log in and view samples of work in progress. Could I use your plugin to show logged in users all categories or tags which pertain to them (as well as the resulting pages and posts, even if they are private)? Thanks, Josh
Hi Excellent plug-in — does what is says. Using WP 2.8.x — can I modify the plug in so that Administrators can see all the posts, regardless of the tag??
Cheers
Great plugin. I have not found a way to force all posting to be private by default except with your plugin! I too would like the admin and editors to be able to view all post regardless of the tag. Any help on modifying the plugin would be appreciated.