Esmi, that did it. Thank you so much.
The actual code was:
<div id=”author-box”>
<h2><?php _e(‘About The Author’); ?></h2>
<?php
$author_email = get_the_author_email();
echo get_avatar($author_email, ’80’, ‘wavatar’);
?>
<h6><?php the_author_posts_link(); ?></h6>
<?php the_author_description(); ?>
</div>
But I found it by searching author-box. You’re the best. ??