WP_PostNotes
Download
WP_PostNotes
WP_PostNotes is a free WordPress plug-in that allows you to add notes to any post that will only be visible to the author or named users. Originally conceived for inclusion in to the WP_Submission plug-in to store information about the submission that is not to be shown to the public.
Installation
- Download the required plug-in.
- Unzip file if required.
- Copy to your ‘wp-content/plugins‘ directory.
- Log in with an administration account.
- Select the ‘Plugins‘ tab.
- Scroll down to ‘WP_PostNotes’ and click ‘activate‘.
Upgrading
With the release of WordPress 2.5, WordPress now supports BBCode style shortcodes. Which means the preferred method of inserting content into is post via a plugin is with [] instead of <!– –>. With this in mind WP_PostNotes now has support for this method. Once WordPress 2.5 is the predominant version, the <!– –>method will be dropped, and the plug-in rewritten to use the internal API calls, hopefully meaning for a more efficient plugin.
To upgrade previous postnote already in you posts
- Log in to WordPress
- Go to ‘Update->PostNotes’
You can choose to either manually update posts from the list provided or choose to autoupdate.
Usage
To use WP_PostNotes insert the following BBCode shortcode into your post where you would like the note form to appear.
[postnote title="demo" {user}="user"]
{note}
[/postnote]
The Attributes
- title
- Purpose: The optional title of the note.
- {user}
- Purpose: Define the users which can see see the note. Replace {user} with any unique key setting the value to the user you wish to add. This can be repeated as needed
- Default: Only the author will see the note.
- {note}
- Purpose: Replace {note} with anyt text you like.
where {note} is the note you wish to hide.
All attributes are optional.
The ‘title’ attribute will be displayed as the title of the postnote.
The value of all other attributes will be taken as the user name of users you wish to allow to see the note.
Version History
- 1.0.0
- Initial public release.
- 2.0.0
- Recoded to match other plug-in standards
- 2.5.0
Bugs & Suggestions
If you have questions, have found any bugs, or you would like to see features added to WP_PostNotes please feel free to use the form at the bottom of the page to contact us.
Other Plug-ins
If you liked this plug-in visits our download area where you will find many more.
Development
If you have need for a custom plug-in, feel free to contact us on our contact page to discuss a specially commissioned plug-in.
Donation
If you liked this plug-in and would like to support its development please make a donation. Any amount you wish.
