Site logo

Archived topic

Last Updated Gravatar Issue

3 replies · Started by Abhit on July 18, 2020

Viewing posts 1–4 of 4

Hello GeneratePress Team,

I'm using the php code provided by you using plugininception but still my gravatar is not showing as you can see here please let me know how can I solve it...

Hi there,

what PHP are you using ?

function lh_page_hero_gravatar() {
ob_start();
global $post;
$author_id = $post->post_author;
?>

<?php echo get_avatar( $author_id ); ?>

<?php
return ob_get_clean();
}
add_shortcode( 'page_hero_gravatar', 'lh_page_hero_gravatar' );

This archived topic is closed to new replies.