• I have seen some WordPress blogs with comments feed that is a feed that shows ALL comments (rather than subscribing to the comments on ONE post at a time).
    I currently have the comments RSS working fine, but it is one comments feed for each post.
    Can anyone explain how I might get a comments feed that included a group of posts (like the 10 most recent).
    Here’s an example of the type of feed I’d like:
    http://www.ecovelo.info/comments/feed/

    Thanks,
    Luke
    http://www.calhouncycleshopcast.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lukeword

    (@lukeword)

    In the codex support I found an article that showed me that adding this code would get the comments feed that I’m looking for.

    ‘<?php bloginfo(‘comments_rss2_url’); ?>’

    I’ve added it to my sidebar, but the bookmark fails to load.
    Do I need to add this somewhere else in the template?
    Any ideas would be appreciated.
    Thanks,
    Luke

    http://www.calhouncycleshopcast.com/

    Thread Starter lukeword

    (@lukeword)

    So I added this to the sidebar and I got exactly what I was after:

    <li><img src="http://www.<em>link to rss icon image</em>" border="0"><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>

    Perfect.
    Luke

    http://www.calhouncycleshopcast.com/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comments RSS Feed for all Posts’ is closed to new replies.