Ive tried updating my theme with the suggestions but the picture just wont show when using “coauthors_get_avatar”
<?php echo get_avatar( get_the_author_meta( ‘ID’ ), ’80’ ); ?>
e.g
<?php echo coauthors_get_avatar(get_the_author_meta( ‘ID’ ), ’80’); ?>