Title: Implementing author rss
Last modified: August 19, 2016

---

# Implementing author rss

 *  [jami23](https://wordpress.org/support/users/jami23/)
 * (@jami23)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/implementing-author-rss/)
 * Hello,
    I’m trying implement rss from multi authors in author profile on post
   page. Using code `echo '<a target="_blank" title="'.RSS.'" href="'.get_author_feed_link(
   $author_id, $feed).'">'.RSS.'</a><br/>';`
 * But it only pull [http://www.abtou.cz/author/feed/](http://www.abtou.cz/author/feed/)
   and miss author name.
    What is wrong?

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

 *  Thread Starter [jami23](https://wordpress.org/support/users/jami23/)
 * (@jami23)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/implementing-author-rss/#post-2031361)
 * Any advice please
 *  [prionkor](https://wordpress.org/support/users/prionkor/)
 * (@prionkor)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/implementing-author-rss/#post-2031452)
 * Hi, i know it is late response but just find your post in google. If you add 
   a string ‘/feed/’ after any permalink of tag, category, author etc you will have
   its rss feed url 🙂
 * Here is how i do it in single.php page where i have access to author details:
 * `$rss_url = get_author_posts_url( get_the_author_meta( 'ID' )).'feed/';`
 * Let me know if its worked for you. Thanks!
 *  Thread Starter [jami23](https://wordpress.org/support/users/jami23/)
 * (@jami23)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/implementing-author-rss/#post-2031455)
 * Hi Prionkor, I allready use this piece:
 * `echo '<a target="_blank" title="'.RSS.'" href="'.get_author_feed_link(get_the_author_meta('
   ID')).'">'.Odebírat.' '.RSS.' '.autora.'</a><br/>';`
 * Not sure if it’s clearest but it works fine with plugin Author Spotlight.
    Thank
   you anyway!

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

The topic ‘Implementing author rss’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [jami23](https://wordpress.org/support/users/jami23/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/implementing-author-rss/#post-2031455)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
