Quantcast
Browsing all 3 articles
Browse latest View live

Lpspider on "include author avatar next to link in RSS feed"

Is this possible? I'd like to include the author's avatar of a particular post next to the link (title of blog post) on an external non-wordpress page. Right now I'm pulling the page title and can pull...

View Article


Jonathan Lake on "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


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
Browsing all 3 articles
Browse latest View live