In this tutorial you will learn how to add the author’s profile box at the end of the post. If you have a gust authors it is good to have author’s profile box.
You can easily change background, border colors by editing CSS code. Please make sure to backup theme before changing anything.
Please add below CSS code in your style.css file which is located in your theme directory.
#authorbox{
background:#EFEFEF;
border:1px solid #CECFD0;
width:638px;
margin:0 auto;
margin-bottom:10px;
overflow:hidden;
}
#authorbox h4{
font-size:16px;
color:#191919;
margin:0;
padding:10px 10px 5px 10px;
}
.authortext{
padding-left:100px;
}
#authorbox img{
margin:0;
padding:10px;
float:left;
}
#authorbox p{
color:#191919;
margin:0;
padding:0px 10px 10px 10px;
}
#authorbox h4 > a{
text-decoration:none;
}
#authorbox p{
color:#191919;
}
Once you have added above code in style.css open single.php and find then add below code after
<div id="authorbox">
<?php if (function_exists('get_avatar')) { echo get_avatar( get_the_author_email(), '80' ); }?>
<div class="authortext">
<h4>About <?php the_author_posts_link(); ?></h4>
<p><?php the_author_description(); ?></p>
</div>
</div>
For example, take a look at these examples below:

If you like this post please do subscribe to our Rss Feed and stay updated with latest updates. You can as well join us on Facebook Fan Page
January 25, 2010 at 2:53 pm
Thanks budy. I read this on StudioPress blog. However, this can not be applied for Thesis theme
.-= Tinh´s last blog ..[Thesis Tutorials] How To Boost Thesis Theme Blazing Fast with Gzip =-.
[Reply]
Kevin S Reply:
January 25th, 2010 at 10:36 pm
may be but i am not sure as i never used Thesis Theme
[Reply]
January 26, 2010 at 10:54 am
It can not automatically show the code like mine, you should have a look at setting, copy your code and put it is the tag listed in the setting, choose one and it must work. Let me know if you can not resolve it
.-= Tinh´s last blog ..[Thesis Tutorials] How To Boost Thesis Theme Blazing Fast with Gzip =-.
[Reply]
Kevin S Reply:
January 26th, 2010 at 11:10 am
hi,
Thanks for your reply. I have sent you and E-mail. Please kindly go through it.
Thanks
[Reply]
January 31, 2010 at 11:41 am
Nice tutorial….I will try that.
Is there any plugin to that
.-= Mad Geek @beingPC´s last blog ..Verify your Paypal by linking it to your Bank account =-.
[Reply]
Kevin S Reply:
January 31st, 2010 at 11:45 am
hi,
yes there are many plugins but they didnt work for me and as well it creates many error. I would suggest you to do hand coding as mentioned above..
Thanks.
[Reply]
March 18, 2010 at 2:08 am
I used and worked, thanks for that.
.-= House Music´s last blog ..Club Promo – House & Progressive =-.
[Reply]