Accessing a WordPress Blog’s Comment Feed

Have you ever been reading a blog post, posted a comment and wanted to keep an eye on what other people had to say? And been frustrated that there’s no apparent way to subscribe to the comments to avoid re-visiting over and over to check for replies?

On WordPress, you have an option to subscribe to every post’s individual comment feed built into the code. While not all WordPress themes actually provide a link to the feed, you can still subscribe very easily:
Take the post’s url (or permalink), add feed/ at the end and your browser should now offer you the normal syndication subscription options you’re used to.

For instance to subscribe to this post, you’d simply browse to http://altitis.treehuggers.info/2008/06/02/accessing-wordpress-blogs-comment-feed/feed/ and then follow up on all comments posted in your feed reader.

This works both with self-hosted WordPress blogs and WordPress.com hosted blogs.

For self-hosted bloggers, if you want to add the link to a post’s feed into your template, you will have to edit single.php in your theme files, and insert the following piece of code in there, probably in the post metadata section:

<?php post_comments_feed_link('RSS 2.0'); ?>

Simple as that.

Related posts:

  1. From Blogger to WordPress: A few Pointers
  2. From Blogger to WordPress: One Gotcha
  3. First WordPress update performed
  4. Gravatars (Finally) Enabled, and Plugging the NOFF Plugin
  5. WordPress 2.5, and Ding! 250 posts
This entry was posted in blogosphere and tagged , , . Bookmark the permalink.

2 Responses to Accessing a WordPress Blog’s Comment Feed

  1. Hulan (3 comments) says:

    What a brilliant tip! I’d just commented on a blog and forgot to click their box to get e-mailed any replies. I was kicking myself because it’s on a post by a plugin author and I’m hoping for a response to fix my problem. Your post was very timely indeed :D

  2. Gwaendar (214 comments) says:

    Glad you found it helpful :)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>