<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: bio</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 15:10:31 +0000</pubDate>

<item>
<title>jrobben on "function to add author bio to bottom of single post pages"</title>
<link>http://themeshaper.com/forums/topic/function-to-add-author-bio-to-bottom-of-single-post-pages#post-9159</link>
<pubDate>Thu, 21 Jan 2010 09:12:03 +0000</pubDate>
<dc:creator>jrobben</dc:creator>
<guid isPermaLink="false">9159@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks, I will add that to my file of snippets
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "function to add author bio to bottom of single post pages"</title>
<link>http://themeshaper.com/forums/topic/function-to-add-author-bio-to-bottom-of-single-post-pages#post-9054</link>
<pubDate>Thu, 14 Jan 2010 22:03:56 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">9054@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This is another solution for the post footer: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/customizing-author-info&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/customizing-author-info&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>jrobben on "function to add author bio to bottom of single post pages"</title>
<link>http://themeshaper.com/forums/topic/function-to-add-author-bio-to-bottom-of-single-post-pages#post-9044</link>
<pubDate>Wed, 13 Jan 2010 23:15:44 +0000</pubDate>
<dc:creator>jrobben</dc:creator>
<guid isPermaLink="false">9044@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It took awhile for me to figure the right hook for this so I thought I would post it&#60;br /&#62;
the key is thematic_navigation_below.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/* add a Author Bio Box in a new div at bottom of single post*/

function add_author_bio() {  if (is_single ()) {
?&#38;gt;
&#38;lt;div ID=&#38;quot;author-single&#38;quot;&#38;gt;
&#38;lt;div ID=&#38;quot;author-info&#38;quot;&#38;gt;
&#38;lt;?php echo get_avatar( get_the_author_id() , 80 ); ?&#38;gt;

Author: &#38;lt;a href=&#38;quot;&#38;lt;?php the_author_url(); ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;?php the_author_nickname(); ?&#38;gt; &#38;lt;/a&#38;gt;
&#38;lt;br /&#38;gt;
&#38;lt;?php the_author_description(); ?&#38;gt;&#38;lt;br /&#38;gt;

&#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/?author=&#38;lt;?php the_author_ID(); ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;?php the_author_nickname(); ?&#38;gt; has wrote
&#38;lt;?php the_author_posts(); ?&#38;gt; articles for us.&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php
} }
add_action(&#38;#39;thematic_navigation_below&#38;#39;, &#38;#39;add_author_bio&#38;#39;,1);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>jrobben on "Enabling Author Bio"</title>
<link>http://themeshaper.com/forums/topic/enabling-author-bio#post-8673</link>
<pubDate>Tue, 29 Dec 2009 19:47:38 +0000</pubDate>
<dc:creator>jrobben</dc:creator>
<guid isPermaLink="false">8673@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;probably needed to put a check in appearance -&#38;gt;thematic options -&#38;gt; authors info  	  Display a microformatted vCard
&#60;/p&#62;</description>
</item>
<item>
<title>theandyreport on "Enabling Author Bio"</title>
<link>http://themeshaper.com/forums/topic/enabling-author-bio#post-7289</link>
<pubDate>Wed, 21 Oct 2009 16:39:13 +0000</pubDate>
<dc:creator>theandyreport</dc:creator>
<guid isPermaLink="false">7289@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;Sounds like you might have had the same problem as me.  How'd ya figure it out?
&#60;/p&#62;</description>
</item>
<item>
<title>caseydukes on "Enabling Author Bio"</title>
<link>http://themeshaper.com/forums/topic/enabling-author-bio#post-761</link>
<pubDate>Mon, 06 Oct 2008 23:43:27 +0000</pubDate>
<dc:creator>caseydukes</dc:creator>
<guid isPermaLink="false">761@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Design &#38;gt; Thematic Options&#60;/p&#62;
&#60;p&#62;Dur...figured it out.
&#60;/p&#62;</description>
</item>
<item>
<title>caseydukes on "Enabling Author Bio"</title>
<link>http://themeshaper.com/forums/topic/enabling-author-bio#post-760</link>
<pubDate>Mon, 06 Oct 2008 22:45:23 +0000</pubDate>
<dc:creator>caseydukes</dc:creator>
<guid isPermaLink="false">760@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hiya, &#60;/p&#62;
&#60;p&#62;I'd like to display author bio info and avatar within the author.php, but I'm not sure how to go about it. &#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
