Title: RSS Feed
Last modified: September 15, 2017

---

# RSS Feed

 *  [repoman71](https://wordpress.org/support/users/repoman71/)
 * (@repoman71)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/rss-feed-218/)
 * The dc:creator tag is showing only one name. I added the snippet of code Dan 
   Bachhuber created in 2011 to the functions.php file but it’s still only showing
   the one.
 * Here is the code:
    function db_coauthors_in_rss( $the_author ) {
 * if ( !is_feed() || !function_exists( ‘coauthors’ ) )
    return $the_author;
 * return coauthors( null, null, null, null, false );
    } add_filter( ‘the_author’,‘
   db_coauthors_in_rss’ );
 * Any ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frss-feed-218%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [donnaparrish](https://wordpress.org/support/users/donnaparrish/)
 * (@donnaparrish)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/rss-feed-218/#post-9522610)
 * We need this as well. In our system the coauthors function doesn’t seem to exist.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/co-authors-plus/assets/icon-256x256.png?rev=2945095)
 * [Co-Authors Plus](https://wordpress.org/plugins/co-authors-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/co-authors-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/co-authors-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/co-authors-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/co-authors-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [donnaparrish](https://wordpress.org/support/users/donnaparrish/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/rss-feed-218/#post-9522610)
 * Status: not resolved