Widget collapse!
-
Hi all,
I’ve been trying to remove the “about author” box from my website. I finally managed to do it yesterday after editing my single.php file.
I removed the code below –
<div id="post-author"> <div class="post-author-avatar"><?php echo get_avatar(get_the_author_email(), $size = '60', $default = ''.get_bloginfo('template_directory') .'/images/author-avatar.jpg'); ?></div> <div class="post-author-description"> <h3>About the Author</h3> <p><strong><?php the_author_posts_link(); ?></strong> <?php the_author_description(); ?> </p> </div>It worked, however my widgets now show at the bottom of my page totally out of sync! example….www.muscle-munch.com and click any article.
Many thanks
Loz
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Widget collapse!’ is closed to new replies.