<?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: Possibility of an Author Box?</title>
		<link>http://www.kriesi.at/support/topic/possibility-of-a-author-box</link>
		<description>Support Forum - Topic: Possibility of an Author Box?</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 22:27:38 +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/possibility-of-a-author-box" rel="self" type="application/rss+xml" />

		<item>
			<title>egar on "Possibility of an Author Box?"</title>
			<link>http://www.kriesi.at/support/topic/possibility-of-a-author-box#post-51273</link>
			<pubDate>Wed, 11 Apr 2012 20:16:21 +0000</pubDate>
			<dc:creator>egar</dc:creator>
			<guid isPermaLink="false">51273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I wrote the HTML for the author box and placed it in the single.php, directly after the loop.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
&#38;lt;br /&#38;gt;
	&#38;lt;div id=&#38;quot;authorarea&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
	&#38;lt;?php if (function_exists(&#38;#39;get_avatar&#38;#39;)) { echo get_avatar( get_the_author_email(), &#38;#39;100&#38;#39; ); }?&#38;gt;&#38;lt;br /&#38;gt;
	&#38;lt;div class=&#38;quot;authorinfo&#38;quot;&#38;gt;&#38;lt;br /&#38;gt;
	&#38;lt;h3&#38;gt;Om &#38;lt;?php the_author_posts_link(); ?&#38;gt;&#38;lt;/h3&#38;gt;&#38;lt;br /&#38;gt;
	&#38;lt;p&#38;gt;&#38;lt;?php the_author_description(); ?&#38;gt;&#38;lt;/p&#38;gt;&#38;lt;br /&#38;gt;
	&#38;lt;/div&#38;gt;&#38;lt;br /&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then the appropriate CSS.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
#authorarea {&#38;lt;br /&#38;gt;
background: #f0f0f0;&#38;lt;br /&#38;gt;
border: 1px solid #d2d2d2;&#38;lt;br /&#38;gt;
padding: 10px;&#38;lt;br /&#38;gt;
width:100%;&#38;lt;br /&#38;gt;
overflow:hidden;&#38;lt;br /&#38;gt;
color: #333;&#38;lt;br /&#38;gt;
-moz-border-radius: 5px;&#38;lt;br /&#38;gt;
-webkit-border-radius: 5px;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;
#authorarea h3{&#38;lt;br /&#38;gt;
font-face: HelveticaNeue, &#38;#39;Helvetica Neue&#38;#39;, Helvetica, Arial, sans-serif;&#38;lt;br /&#38;gt;
font-size: 16px;&#38;lt;br /&#38;gt;
text-transform:uppercase;&#38;lt;br /&#38;gt;
color:#333;&#38;lt;br /&#38;gt;
margin:0;&#38;lt;br /&#38;gt;
padding:10px 10px 5px 10px;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;
#authorarea h3 a{&#38;lt;br /&#38;gt;
text-decoration:none;&#38;lt;br /&#38;gt;
color: #333;&#38;lt;br /&#38;gt;
font-weight: bold;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;
#authorarea img{&#38;lt;br /&#38;gt;
margin:0;&#38;lt;br /&#38;gt;
padding:5px;&#38;lt;br /&#38;gt;
float:left;&#38;lt;br /&#38;gt;
border: 1px solid #ddd;&#38;lt;br /&#38;gt;
width: 100px;&#38;lt;br /&#38;gt;
height: 100px;&#38;lt;br /&#38;gt;
-moz-border-radius: 3px;&#38;lt;br /&#38;gt;
-webkit-border-radius: 3px;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;
#authorarea p{&#38;lt;br /&#38;gt;
color:#333;&#38;lt;br /&#38;gt;
margin:0;&#38;lt;br /&#38;gt;
padding:0px 10px 10px 10px;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;
#authorarea p a{&#38;lt;br /&#38;gt;
color:#333;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;
.authorinfo{&#38;lt;br /&#38;gt;
padding-left:120px;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I will mark this post as resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Possibility of an Author Box?"</title>
			<link>http://www.kriesi.at/support/topic/possibility-of-a-author-box#post-51266</link>
			<pubDate>Wed, 11 Apr 2012 20:03:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">51266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Whatever you did, it looks good. :)&#60;/p&#62;
&#60;p&#62;I recommend saving a snippet for that author box. When you update just place the snippet on the designated files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>egar on "Possibility of an Author Box?"</title>
			<link>http://www.kriesi.at/support/topic/possibility-of-a-author-box#post-51257</link>
			<pubDate>Wed, 11 Apr 2012 19:42:03 +0000</pubDate>
			<dc:creator>egar</dc:creator>
			<guid isPermaLink="false">51257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I created my own Author Box and placed it in the single.php file. This is a temporary solution at the moment since I will loose the author box when updating. Have a look here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.afairjudgement.com/2012/03/21/thastrom-live/&#34; rel=&#34;nofollow&#34;&#62;http://www.afairjudgement.com/2012/03/21/thastrom-live/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Do I have to create an child theme to not loose my box?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>egar on "Possibility of an Author Box?"</title>
			<link>http://www.kriesi.at/support/topic/possibility-of-a-author-box#post-51231</link>
			<pubDate>Wed, 11 Apr 2012 18:12:19 +0000</pubDate>
			<dc:creator>egar</dc:creator>
			<guid isPermaLink="false">51231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;That is a temporary solution I could use, but I was thinking more in the likes of the Author Box that can be seen in the blog theme &#34;Shoutbox&#34;.&#60;/p&#62;
&#60;p&#62;Like this:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/shoutbox/2011/02/17/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/shoutbox/2011/02/17/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Possibility of an Author Box?"</title>
			<link>http://www.kriesi.at/support/topic/possibility-of-a-author-box#post-51028</link>
			<pubDate>Tue, 10 Apr 2012 19:46:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">51028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can remove the comment tag on author meta, just look for the post format(format-standard, format-gallery etc) in includes folder.&#60;/p&#62;
&#60;p&#62;Hope it helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>egar on "Possibility of an Author Box?"</title>
			<link>http://www.kriesi.at/support/topic/possibility-of-a-author-box#post-51007</link>
			<pubDate>Tue, 10 Apr 2012 18:38:22 +0000</pubDate>
			<dc:creator>egar</dc:creator>
			<guid isPermaLink="false">51007@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am wondering if there is a possibility of adding an Author Box for each blog post?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
