• Resolved apaunganhote

    (@apaunganhote)


    I tried to get avatar at single (post) page by these codes

    <?php
       echo get_avatar( $id_or_email, $size = '96' );
       ?>

    <?php echo get_avatar( $comment, 32 ); ?>

    <?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?>

    <?php echo get_avatar( get_the_author_email(), '60' ); ?>

    But no success, nothing get working. It always show default gravatar. Actually author have avatar at gravatar. But not show.

    Can anyone please tell me correct ways to display avatar at single post page ?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i show author avatar at Post (single) page ?’ is closed to new replies.