Title: RSS Feed by Author
Last modified: August 18, 2016

---

# RSS Feed by Author

 *  Resolved [jeffclark](https://wordpress.org/support/users/jeffclark/)
 * (@jeffclark)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-by-author/)
 * I have been searching for about 2 days for a way to create RSS feeds for each
   author.
 * It seems like the old version of WP had this built in. Did they remove it in 
   2.0?

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

 *  [manstraw](https://wordpress.org/support/users/manstraw/)
 * (@manstraw)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-by-author/#post-434218)
 * do you have permalinks?
 * try this:
 * yourblog.com/wordpress/author/Administrator/feed
 * substitute Administrator for a valid wordpress nickname.
 *  Thread Starter [jeffclark](https://wordpress.org/support/users/jeffclark/)
 * (@jeffclark)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-by-author/#post-434238)
 * Thanks for the reply. I do have permalinks on, but I am getting a 404 with that
   particular link.
 * I can’t seem to find it at all in the documentation. Am I missing a blatant option
   somewhere?
 *  [viper007bond](https://wordpress.org/support/users/viper007bond/)
 * (@viper007bond)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-by-author/#post-434242)
 * A link to your site would really help…
 * And just tag `/feed/` onto the end of the URL generated by [`the_author_posts_link()`](http://codex.wordpress.org/Template_Tags/the_author_posts_link).
 * If you want that dynamic, then here’s some code to do that:
 * `<?php echo '<a href="' . get_author_link(0, $authordata->ID, $authordata->user_nicename).'
   feed/" title="Feed for posts by ' . wp_specialchars(the_author($idmode, false)).'"
   >' . the_author($idmode, false) . '</a>'; ?>`
 * Of if you’re looking to list out everyone’s post feeds, try [`wp_list_authors()`](http://codex.wordpress.org/Template_Tags/wp_list_authors).
 *  Thread Starter [jeffclark](https://wordpress.org/support/users/jeffclark/)
 * (@jeffclark)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-by-author/#post-434243)
 * Beautiful! This is exactly what I was looking for.
 * Thank you!

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

The topic ‘RSS Feed by Author’ is closed to new replies.

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 4 replies
 * 3 participants
 * Last reply from: [jeffclark](https://wordpress.org/support/users/jeffclark/)
 * Last activity: [19 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-by-author/#post-434243)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
