Display current User Avatar Posted on December 10, 2013 by Anoop Saini <?php global $current_user; get_currentuserinfo(); echo get_avatar( $current_user->ID, 64 ); ?> Rate this: Related