Many times we have wondered how to show a simple user image in there profile.Here is a simple method to do that, simple codes to show avatar.
<?php
echo get_avatar( $userid, 25 );
echo get_avatar( $userid, 25 );
?>
Here 25 is the size of image
it can be 25,50 or custom image size