$profileUnit = '<h4>'.$author_box_title.'</h4>'. '<div id="avatar">'.get_avatar( get_the_author_meta('email'), 80 ).'</div>'. '<dl id="profileTxtSet">'. '<dt>'.'<span id="authorName">'.get_the_author_meta( 'display_name' ).'</span>'; if(isset($caption)):
を
$profileUnit = '<h4>'.$author_box_title.'</h4>'. '<div id="avatar">'.get_avatar(get_the_author_id(), 80).'</div>'. '<dl id="profileTxtSet">'. '<dt>'.'<span id="authorName">'.get_the_author_meta( 'display_name' ).'</span>';
‘
‘.echo get_avatar(get_the_author_id(), 80).’
‘.