<?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: Add &#34;by Author&#34; to post entry head</title>
		<link>http://www.kriesi.at/support/topic/add-by-author-to-post-entry-head</link>
		<description>Support Forum - Topic: Add &quot;by Author&quot; to post entry head</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 19:12:18 +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/add-by-author-to-post-entry-head" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Add &#34;by Author&#34; to post entry head"</title>
			<link>http://www.kriesi.at/support/topic/add-by-author-to-post-entry-head#post-23053</link>
			<pubDate>Tue, 19 Jul 2011 06:12:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) You need to add your new element to following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-head .comments, .entry-head .categories, .tag_list .the_tags{
display:block;
float:left;
padding-left:20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) You need to add an icon - you can use the comments code with a different image - the code can be found in style1.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-head .comments{
background:url(&#38;quot;../images/shared/icon_comment.png&#38;quot;) no-repeat scroll left center transparent;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>thomasfrank09 on "Add &#34;by Author&#34; to post entry head"</title>
			<link>http://www.kriesi.at/support/topic/add-by-author-to-post-entry-head#post-23026</link>
			<pubDate>Mon, 18 Jul 2011 16:32:35 +0000</pubDate>
			<dc:creator>thomasfrank09</dc:creator>
			<guid isPermaLink="false">23026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! One other question - how do I get a little icon next to that line, like the category and comment count have?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add &#34;by Author&#34; to post entry head"</title>
			<link>http://www.kriesi.at/support/topic/add-by-author-to-post-entry-head#post-23022</link>
			<pubDate>Mon, 18 Jul 2011 15:58:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use this function: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/the_author&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/the_author&#60;/a&#62; to display the author. &#60;/p&#62;
&#60;p&#62;Use it like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;author&#38;quot;&#38;gt;&#38;lt;?php the_author(); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>thomasfrank09 on "Add &#34;by Author&#34; to post entry head"</title>
			<link>http://www.kriesi.at/support/topic/add-by-author-to-post-entry-head#post-23020</link>
			<pubDate>Mon, 18 Jul 2011 15:40:33 +0000</pubDate>
			<dc:creator>thomasfrank09</dc:creator>
			<guid isPermaLink="false">23020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello - I'd like to add  &#34;by &#38;lt;author&#34; piece of text to each post's entry head right next to the comment count and category.&#60;/p&#62;
&#60;p&#62;Screenshot of a photoshoop that explains what I'm trying to do:&#60;br /&#62;
&#60;a href=&#34;http://imgmi.net/c/c0e8a4a4.png&#34; rel=&#34;nofollow&#34;&#62;http://imgmi.net/c/c0e8a4a4.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I know the fix would involve adding another entry to this piece of code on basically every page that displays posts:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;entry-head&#34;&#38;gt;&#60;br /&#62;
			    &#38;lt;span class=&#34;comments&#34;&#38;gt;&#38;lt;?php comments_popup_link(__('No Comments','habitat'), __('1 Comment','habitat'), __('% Comments','habitat')); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
			    &#38;lt;span class=&#34;categories&#34;&#38;gt;&#38;lt;?php the_category(', '); echo $terms; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;I think a new CSS rule would need to be created. Can anyone help me out with how to do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
