↧
Reply To: include author avatar next to link in RSS feed
In the same loop you’re using to grab the post content and page title, you need something like this: <?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?>...
View Article