RSS Feed
-
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 to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘RSS Feed’ is closed to new replies.