Provide rss feed for each post comments
October 21, 2008 · Print This Article
When a post have lots and lots of comment, it can be hard for your readers to stay on the conversation. Most WordPress users don’t know it, but our favorite blogging engine have a built-in function for providing rss feed for the comments of a specific post.
Well, this recipe isn’t really a hack or anything: Even if most WordPress users seems to ignore it, in order to provide a rss feed for the comments of specific post, you just have to call the comment_rss_link() function:
<?php comments_rss_link('» Comments RSS Feed'); ?>





















Comments
Got something to say?
You must be logged in to post a comment.