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?
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?
yep, that too. Just find the link to view posts by the particular author and add /feed to it (assuming pretty permalinks).
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>
This topic has been closed to new replies.