Private Notes Plugin for WordPress
Site URL: http://noahcoad.github.com/wp-PrivateNotes/
To install put the private-notes.zip file in the wp-content/plugins directory or upload it via the Plugins page.
Once installed in WordPress, simply add the following shortcode in your posts:
[note] This is a personal note that only admins can see! [/note]
If you have publishing rights (aka the blog owner/author), then the note will be displayed in a div with a private-note class, so you can use it to give a specific style to your notes. The text won't render at all for normal visitors.
<div class="private-note"> This is a personal note that only admins can see! </div>
- WordPress Plugin Directory Listing: on wordpress.com
- Plugin's Page: on github
- Author's Blog: noahcoad.com
- Thanks to @catswhocode for his post which this plugin was created from.