• I contribute to a group blog and I want to set up an additional RSS feed for just my own posts. I see documentation on setting up feeds by category, but what about by author?

Viewing 2 replies - 1 through 2 (of 2 total)
  • yep, that too. Just find the link to view posts by the particular author and add /feed to it (assuming pretty permalinks).

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    If you’re doing this in a theme, then the get_author_rss_link() function might be the nicer way to do it. Like so:

    <a href="<?php get_author_rss_link(true,YOUR_AUTHOR_ID_HERE,''); ?>">Bob!</a>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS feed for specific author’ is closed to new replies.