Subscribe to Comments 2

Description

Subscribe to Comments 2 is a WordPress plugin that allows commenters on an entry to subscribe to e-mail notifications for subsequent comments. It does NOT e-mail you new blog posts. For that functionality, use Skippy's Subscribe2 plugin.

Links

Here are some of the crucial Subscribe to Comments 2 links

Installation

  1. Put subscribe-to-comments.php into [wordpress_dir]/wp-content/plugins/
  2. If you are upgrading from a 2.0.x version of this plugin only, put wp-subscription-manager.php into your blog's root WordPress directory (the directory where wp-config.php resides)
  3. Go into the WordPress admin interface and activate the plugin
  4. 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(); ?>
  5. Optional: If you would like to enable users to subscribe to comments without having to 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(); ?>

Notes