I try to change the image thumbs on Magazine with author avatar, but it doesn’t work.
I try to open magazine.php and change the code:
$image= get_the_post_thumbnail( $entry->ID, $this->atts[‘image_size’][$style] );
with
$image= get_avatar( get_the_author_meta( ‘ID’ ), 81 );
But it doesn’t work, I see the ID=1 avatar.
Please, help!
Hi ragugo!
Thank you for using Enfold.
Do you mind if we take a look at the actual page with the magazine element? Please try this:
$image = get_avatar( $entry->ID, 81 );
Best regards,
Ismael
SOLVED.
Thanks anyway.