I want to use Manganescent wordpress theme http://www.paddsolutions.com/wordpress-theme-manganescent/ so, how can i show author gravatar or images in the thumbnail of post summary in the homepage. please suggest any plugin or trick for it.
search how to add author image using code on google. Or you can locate the same from my site . look at the signature links for the same.
Simply paste the below code in your index.php theme file at appropriate place to display the author gravatar. Thats it If you find any more assistance then do tell us <?php echo get_avatar( get_the_author_email(), '60' ); ?> here 60 is the size of the gravatar. Change it according to your need