skinnytwinkie
Member
Posted 2 years ago #
I have been to other sites where you can write a comment to a post...and you get an Email notification when others reply or write comments on the same post (or at least you have the option to do this!)
what is this called?
does anyone know of how to do that with WordPress sites?
THANK YOU!
Holly
You can have users subscribe via RSS using <?php comments_rss_link('RSS 2.0'); ?>
skinnytwinkie
Member
Posted 2 years ago #
any other way of doing it...?
You could search through the plugins at http://wordpress.org/extend/plugins/. You can copy-and-paste this into our theme if it would make it easier:
Subscribe to <a href="<?php comments_rss_link('RSS 2.0'); ?>" title="Comments RSS for this post">comments RSS</a>
skinnytwinkie
Member
Posted 2 years ago #
ok, thank you for your assistance!! :)