I would like to add a "subscribe to this comment feed" feature in the posts. I think that I do this by tweaking my post template, but I'm not sure how.
Do I add this tag:
<?php comments_rss_link('RSS 2.0'); ?> feed.
if so, where?
I would like to add a "subscribe to this comment feed" feature in the posts. I think that I do this by tweaking my post template, but I'm not sure how.
Do I add this tag:
<?php comments_rss_link('RSS 2.0'); ?> feed.
if so, where?
Add it into comments.php ?
Somewhere in that file (I don't know what theme you are using) will be the submit button so a search for that will mean you could place that code next to it ?
Thanks. I think i inserted it all right now.
This topic has been closed to new replies.