listing author-gravatar-function
I want to spice the content of the entry up with a picture of the author.
I can see them for the reviews / reviewers, there you show a meta-box of the review author including the gravatar-picture.
can I get following php function returning the Gravatar of the Author
returns Listing Author Name + Link to his listings = <?php printf( __( 'Added by %s', APP_TD ), va_get_the_author_listings_link() ); ?>
returns Listing Author Gravatar-Image = ????
tx a lot