<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Author information below post?</title>
		<link>http://www.kriesi.at/support/topic/author-information-below-post</link>
		<description>Support Forum - Topic: Author information below post?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 17:47:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/author-information-below-post" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Author information below post?"</title>
			<link>http://www.kriesi.at/support/topic/author-information-below-post#post-2172</link>
			<pubDate>Sat, 07 Aug 2010 10:40:41 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2172@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Thanks for sharing this! &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fwhamm on "Author information below post?"</title>
			<link>http://www.kriesi.at/support/topic/author-information-below-post#post-2072</link>
			<pubDate>Fri, 06 Aug 2010 04:45:17 +0000</pubDate>
			<dc:creator>fwhamm</dc:creator>
			<guid isPermaLink="false">2072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I thought posting complete code would help others to include. style1.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* Author information, see single.php */&#60;br /&#62;
#entry-author-info {&#60;br /&#62;
border: 1px solid silver;&#60;br /&#62;
background:none repeat scroll 0 0 #E9ECF0;&#60;br /&#62;
padding: 8px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#author-avatar {&#60;br /&#62;
float: left;&#60;br /&#62;
margin-right: 8px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#author-link {&#60;br /&#62;
text-align:right;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#author-description {&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;single.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries  ?&#38;gt;&#60;br /&#62;
					&#38;lt;div id=&#34;entry-author-info&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;h3&#38;gt;&#38;lt;?php printf( esc_attr__( 'Der Autor: %s', 'avisio' ), get_the_author() ); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;br /&#62;
						&#38;lt;div id=&#34;author-avatar&#34;&#38;gt;&#60;br /&#62;
							&#38;lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 80 ) ); ?&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#38;lt;!-- #author-avatar --&#38;gt;&#60;br /&#62;
						&#38;lt;div id=&#34;author-description&#34;&#38;gt;&#60;br /&#62;
							&#38;lt;?php the_author_meta( 'description' ); ?&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#38;lt;!-- #author-description --&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#38;lt;!-- #entry-author-info --&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fwhamm on "Author information below post?"</title>
			<link>http://www.kriesi.at/support/topic/author-information-below-post#post-1962</link>
			<pubDate>Wed, 04 Aug 2010 21:03:46 +0000</pubDate>
			<dc:creator>fwhamm</dc:creator>
			<guid isPermaLink="false">1962@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;I changed it to my nees so author information appears as I like it to :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Author information below post?"</title>
			<link>http://www.kriesi.at/support/topic/author-information-below-post#post-1644</link>
			<pubDate>Sun, 01 Aug 2010 15:36:42 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1644@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You'd need to add data for the author to the end of single.php (within the loop).&#60;/p&#62;
&#60;p&#62;Author avatar:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php get_avatar( get_the_author_meta( &#38;#39;user_email&#38;#39; ); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Author description (set in profile page):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php the_author_meta( &#38;#39;description&#38;#39; ); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Look through the code above (for Twenty Ten's theme) to get an idea of how it's put together.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gabrielm on "Author information below post?"</title>
			<link>http://www.kriesi.at/support/topic/author-information-below-post#post-1566</link>
			<pubDate>Sat, 31 Jul 2010 05:34:24 +0000</pubDate>
			<dc:creator>gabrielm</dc:creator>
			<guid isPermaLink="false">1566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This seems like the right place to ask my question; I'm using the Twicet 5 theme, which doesn't display the author in the post, while it does display date, comments, and category. How would I go about adding &#34;written by (author)&#34; with the rest of the info? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Author information below post?"</title>
			<link>http://www.kriesi.at/support/topic/author-information-below-post#post-1511</link>
			<pubDate>Fri, 30 Jul 2010 14:49:16 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It looks ok to me, but could be improved.&#60;/p&#62;
&#60;p&#62;You've already got the ID's: #author-link / #author-description / #entry-author-info so you can play around with the styling if you want.&#60;/p&#62;
&#60;p&#62;Use this as a start point:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#author-link { }
#author-description { }
#entry-author-info { }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add the styles to the ID you want to show it in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fwhamm on "Author information below post?"</title>
			<link>http://www.kriesi.at/support/topic/author-information-below-post#post-1484</link>
			<pubDate>Fri, 30 Jul 2010 13:22:45 +0000</pubDate>
			<dc:creator>fwhamm</dc:creator>
			<guid isPermaLink="false">1484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I liked the author information that the default theme Twentyten added below a post with avatar and text (if the author edited that entry).&#60;/p&#62;
&#60;p&#62;I added the appropriate code at line 55 by copying it from the single.php of the default theme. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries  ?&#38;gt;&#60;br /&#62;
					&#38;lt;div id=&#34;entry-author-info&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;div id=&#34;author-avatar&#34;&#38;gt;&#60;br /&#62;
							&#38;lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#38;lt;!-- #author-avatar --&#38;gt;&#60;br /&#62;
						&#38;lt;div id=&#34;author-description&#34;&#38;gt;&#60;br /&#62;
							&#38;lt;h2&#38;gt;&#38;lt;?php printf( esc_attr__( 'About %s', 'twentyten' ), get_the_author() ); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
							&#38;lt;?php the_author_meta( 'description' ); ?&#38;gt;&#60;br /&#62;
							&#38;lt;div id=&#34;author-link&#34;&#38;gt;&#60;br /&#62;
								&#60;a&#62;&#34;&#38;gt;&#60;br /&#62;
									&#38;lt;?php printf( __( 'View all posts by %s &#38;lt;span class=&#34;meta-nav&#34;&#38;gt;&#38;rarr;&#38;lt;/span&#38;gt;', 'twentyten' ), get_the_author() ); ?&#38;gt;&#60;br /&#62;
								&#60;/a&#62;&#60;br /&#62;
							&#38;lt;/div&#38;gt;&#38;lt;!-- #author-link	--&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#38;lt;!-- #author-description --&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#38;lt;!-- #entry-author-info --&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Although it works it doesn't look really good as the classes are missing :-)&#60;/p&#62;
&#60;p&#62;Example: &#60;a href=&#34;http://www.injelea-blog.de/2010/07/30/klaviator-lars-reichow-in-schwabenheim/&#34; rel=&#34;nofollow&#34;&#62;http://www.injelea-blog.de/2010/07/30/klaviator-lars-reichow-in-schwabenheim/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Would there be a quite simple solution for that or should I try to find the appropriate CSS classes so it looks nicer?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
