Adding name and avatar into post & atom feed
-
I’d like to add both the author’s name and avatar into a post in such a way that it would also appear in the Atom feed.
Currently we have about 17 sites and we posts newsletters in one place, then use the Atom rss feed to distribute and repost them on the other 16 sites. But when I do this, the byline is gone and it is posted as “admin” or another user.
When I use functions like:
<?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?>
in the single post loop, I get the avatar on the main site, but on the other 16 sites it doesn’t get distributed. Same for the by line.
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding name and avatar into post & atom feed’ is closed to new replies.