Forums
(@mostafamaklad)
12 years, 7 months ago
You can use this code inside the loop <?php echo get_avatar(the_author_meta('ID'), 120);?> and you can use this outside the loop
<?php echo get_avatar(the_author_meta('ID'), 120);?>
<?php global $post; $author_id=$post->post_author; echo get_avatar($author_id, 120); ?>