No worries ive done this now
Hey, can you share how you removed the ‘about the author’ section in a post? Also, can you do the same for the ‘Comments’ section? This way the post is just the plain words you post.
Thank you!
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 –>
Hi,
We apologize for the delay guys. Thank you for your help @drwatson.
Best regards.