Drwatson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Reviewgine Affiliate] About the AuthorHi 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 –>Forum: Themes and Templates
In reply to: [Reviewgine Affiliate] StylesheetThats great many thanks both, got it back to how it was. Yes ill make a child theme now, dont want to go through that again!
Thanks again!
Forum: Themes and Templates
In reply to: [Reviewgine Affiliate] About the AuthorNo worries ive done this now