Recent Privates
- Christmas in Iowa on Dec-29-2008
- Merry Christmas EVERYONE! on Dec-26-2008
- Lets spend $16k to save $10k! on Dec-17-2008
- Climb Master! on Dec-15-2008
- Waco, Bike Ride, New Route! on Dec-10-2008
Blogs
- Completely Naked
- David S
- DudeTube
- Dvorak
- Fable Boys
- Jason
- Julian Sheldahl
- LJ Friends
- Mark Spencer
- Mr Greg OC
- Muychingon
- Phil
- Post Secret
- Steve K
Daily Clicks
- CraigsList
- Digg
- Dilbert
- FoxTrot
- Mac Rumors
- Mint
- Morningstar
- Non Sequitur
- Stone Soup
- The Iowa Channel
- User Friendly
- Weather
- Zits
General
Private_Post Plugin .5
If you're new here, you may want to subscribe to my RSS feed.
Please register to read all the posts. Thanks for visiting!
I’ve updated my plugin to version .5
This new version adds lots of new features.
The biggest one is a management page for all private posts. This page is listed under the “Manage” admin menu and is caleld “PrivatePosts” this page allows you to view all the private posts and to mass update them to change them to Public posts.
I’ve also added a function called “show_private_posts()” which you can see in action on the left menu bar under “Recent Privates”. This function uses the Wordpress options of “Posts Per Page” and “What to Show” to show the most recent private posts. If there are no private posts it will not print anyting (Not even the header).
Lastly, I’ve made some updates to the original function of this plugin, I’ve added a variable called the ‘$Private_Indicator’ which makes it easy to change what the main page indicator is. IE, you can change it to an img, etc.
You can find the new plugin here.
Happy Hacking!
Related posts
Scot Hacker (2 comments) said,
April 1, 2006 @ 9:24 pmScot Hacker (2 comments) said,
April 1, 2006 @ 9:30 pmRSS feed for comments on this post
Leave a Comment
You must be logged in to post a comment.


Carlos (1 comments) said,
February 26, 2006 @ 4:34 pmNice plugin, Chris. I wanted this exact functionality and was glad when someone had already written it.
I only noticed one quirk: when you use an image as the PrivateIndicator, you have to use singlequotes in the
<img/>tag due to Wordpress trying to stick the entire post title (including private icon) into the title attribute for the post link. Single quotes avoids the double quote nesting, but still makes an ugly title attribute.