Pages

Mar 18, 2016

Print Avatar Image For A User In WordPress

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 );
?>
Here 25 is the size of image
it can be 25,50 or custom image size


No comments: