Contents
Installation
- Download and untar bsuite_privatecomments.tar.gz
- Place the bsuite_privatecomments folder into your
wp-content/plugins/directory - Log in to your WordPress admin panel and activate the plugin.
- Add something like the following to your comment form in your theme’s comments.php:
<input id="privatecomment" name="privatecomment" type="checkbox" value="" />Please make my comment private!
Usage
Any comment that is submitted with the privatecomment checkbox set will be hidden from from all comment feeds, and in the comments table will have a comment_status of ‘private’ (the plugin automatically adds the appropriate enumerated field values to the table definition).
To view, delete, mark as spam, or even publish a private comment, click on your blog’s Comments tab, then select the Private Comments sub-tab.
Bugs
Please report bugs in the comments below.