<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sam&#039;s Web Guide &#187; Author Bio Box</title>
	<atom:link href="http://samswebguide.com/tag/author-bio-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://samswebguide.com</link>
	<description>The Evolving Web in Simple Terms</description>
	<lastBuildDate>Tue, 06 Dec 2011 00:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Add an About Author Bio Box in the Post Footer in WordPress</title>
		<link>http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/</link>
		<comments>http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:04:03 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[About Author]]></category>
		<category><![CDATA[Author Bio Box]]></category>
		<category><![CDATA[Author Signature WordPress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Post Footer]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=370</guid>
		<description><![CDATA[This is a very short tutorial on how to add an About Author Bio Box at the end of your posts just like the one at the end of this post. An author box is very important because it further connects with readers by giving a little background information on the author. I spent 2 ...]]></description>
			<content:encoded><![CDATA[<p>This is a very short tutorial on how to add an <strong>About </strong><img class="alignright size-full  wp-image-59" title="wordpress-blue" src="http://samswebguide.com/wp-content/uploads/2010/02/wordpress-blue.png" alt="Wordpress Logo" width="150" height="150" /><br />
<strong>Author Bio Box</strong> at the end of your posts just like the one at the end of this post. An author box is very important because it further connects with readers by giving a little background information on the author. I spent 2 days testing different types of plugins for this purpose but could not find any that worked correctly. So I decided to write the code and then this tutorial.<span id="more-370"></span></p>
<p>This will require that you access 2 of your template files, however, very little coding is required; just copying and pasting, unless you want to make further customization.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-875" title="WordPress Author Bio Box" src="http://samswebguide.com/wp-content/uploads/2010/03/author-bio.jpg" alt="WordPress Author Bio Box" width="468" height="134" /></p>
<p>Let&#8217;s get started.</p>
<h3><span style="color: #000000;">Step 1 &#8211; Code to call the Author Biography Info</span></h3>
<p>Copy the code below to your <strong>single.php</strong> (Single Post) file, which is found in WordPress by accessing your Appearance tab then select Editor. Search for the &lt;?php the_content(); ?&gt; line of code, press enter to give some space then copy and paste the code <strong>below that line</strong>, then save:</p>
<pre>&lt;div class="postauthor"&gt;
&lt;?php echo get_avatar( get_the_author_id() , 120 ); ?&gt;
&lt;h4&gt;Article by &lt;a href="&lt;?php the_author_url(); ?&gt;"&gt;
&lt;?php the_author_firstname(); ?&gt; &lt;?php the_author_lastname(); ?&gt;&lt;/a&gt;&lt;/h4&gt;
 &lt;p&gt;&lt;?php the_author_firstname(); ?&gt; has written &lt;strong&gt;&lt;?php the_author_posts(); ?&gt;&lt;/strong&gt; awesome article(s) for us. &lt;br/&gt;&lt;br/&gt;&lt;?php the_author_description(); ?&gt;&lt;/p&gt;
&lt;/div&gt;</pre>
<h3><span style="color: #000000;">Step 2 &#8211; CSS Files</span></h3>
<p>Copy the CSS code below to your <strong>style.css</strong> or<strong> </strong><strong>custom.css</strong> file. This will control the background color, width and text  alignment. You may change the color schemes as needed to fit your theme.</p>
<pre>/* Author's Bio Box */
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }</pre>
<h3><span style="color: #993300;"><span style="color: #000000;"> </span></span><span style="color: #993300;"><span style="color: #000000;">Step 3 &#8211; Author&#8217;s Bio</span></span></h3>
<p><span style="color: #993300;"><span style="color: #000000;">Add the author&#8217;s bio information in the About Yourself section in the WordPress dashboard. Please note that if you wish to add links to the author&#8217;s bio, they should be entered using the </span></span>&lt;a href=&#8221;http://www.yourdomain.com&#8221;&gt; Your Site&#8217;s Name &lt;/a&gt; format.</p>
<p><span style="color: #993300;"><span style="color: #000000;">That&#8217;s it! I hope this tutorial was simple enough and very helpful.<br />
</span></span></p>
<h3><span style="color: #993300;"><span style="color: #000000;"><span style="color: #000000;">Questions / Suggestions </span></span></span></h3>
<p><span style="color: #993300;"><span style="color: #000000;"><span style="color: #000000;">Please leave a comment and let me know if this works for you, if its simple enough or if you have an idea for improving the code. There is always room for improvement.</span><br />
</span></span></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

