Subscribe to Comments is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts, block all notifications, or even change their notification e-mail address!
Download
Latest version: Download Subscribe to Comments v2.3.1 [zip]
This plugin has been downloaded times.
Installation
- Put subscribe-to-comments.php into [wordpress_dir]/wp-content/plugins/
- Go into the WordPress admin interface and activate the plugin
- Optional: if your WordPress theme doesn’t have the comment_form hook, or if you would like to manually determine where in your comments form the subscribe checkbox appears, enter this where you would like it:
<?php show_subscription_checkbox(); ?>
- Optional: If you would like to enable users to subscribe to comments without having to first leave a comment, place this somewhere in your template, but make sure it is outside the comments form. A good place would be right after the ending
</form>
tag for the comments form:<?php show_manual_subscription_form(); ?>