Hi there,
I removed this code from single.php:
<div id=”author-bio” class=”article-section”>
<div class=”sec-top”>
<h2><i class=”icon-user”></i> <?php _e(“About the Author”, “cwp”); ?></h2>
</div><!– end .wu-top –>
<div id=”author-info” class=”vcard”>
<?php echo get_avatar( get_the_author_meta(‘ID’), $size = ‘100’, $default = ” ); ?>
<div class=”author-details”>
<h3 class=”fn n”><?php the_author(); ?></h3>
<p><?php echo the_author_meta(‘description’); ?></p>
</div><!– end .author-details –>
</div><!– end .author-info –>
</div><!– end #author-bio –>