<?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: Restoring &#34;Author&#34;</title>
		<link>http://www.kriesi.at/support/topic/restoring-author</link>
		<description>Support Forum - Topic: Restoring &quot;Author&quot;</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 02:20:09 +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/restoring-author" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Restoring &#34;Author&#34;"</title>
			<link>http://www.kriesi.at/support/topic/restoring-author#post-98984</link>
			<pubDate>Fri, 01 Mar 2013 05:14:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">98984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Angelina,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chattybrain on "Restoring &#34;Author&#34;"</title>
			<link>http://www.kriesi.at/support/topic/restoring-author#post-98979</link>
			<pubDate>Fri, 01 Mar 2013 01:45:57 +0000</pubDate>
			<dc:creator>Chattybrain</dc:creator>
			<guid isPermaLink="false">98979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. I added it to the Quick CSS field and worked a charm. &#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Angelina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Restoring &#34;Author&#34;"</title>
			<link>http://www.kriesi.at/support/topic/restoring-author#post-98772</link>
			<pubDate>Thu, 28 Feb 2013 05:24:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">98772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Angelina,&#60;/p&#62;
&#60;p&#62;Try adding this adding this code in wp-content/themes/shoutbox/css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.blog-meta .blog-author {
display: inline;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this one, if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.blog-meta .blog-author {
display: inline !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chattybrain on "Restoring &#34;Author&#34;"</title>
			<link>http://www.kriesi.at/support/topic/restoring-author#post-98767</link>
			<pubDate>Thu, 28 Feb 2013 03:25:22 +0000</pubDate>
			<dc:creator>Chattybrain</dc:creator>
			<guid isPermaLink="false">98767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter... apologies, I posted this question under Newscast (I use this template on another site I have) instead of under Shoutbox which is the template I need to update. Maybe that explains why I could not find any reference to the code you mention above. My site is &#60;a href=&#34;http://www.chattybrains.com&#34; rel=&#34;nofollow&#34;&#62;http://www.chattybrains.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is it a different fix?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Angelina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Restoring &#34;Author&#34;"</title>
			<link>http://www.kriesi.at/support/topic/restoring-author#post-98645</link>
			<pubDate>Wed, 27 Feb 2013 08:07:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In style.css replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.entry-head, .entry-head a, .entry-bottom, .entry-bottom a{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.entry-bottom, .entry-bottom a{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chattybrain on "Restoring &#34;Author&#34;"</title>
			<link>http://www.kriesi.at/support/topic/restoring-author#post-98622</link>
			<pubDate>Wed, 27 Feb 2013 03:03:03 +0000</pubDate>
			<dc:creator>Chattybrain</dc:creator>
			<guid isPermaLink="false">98622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;when I first set up my site I was the only one writing so I removed the author tag. Now however I have multiple authors and would like to reinstate this but cannot remember whether I removed or added some code to make the author disappear. &#60;/p&#62;
&#60;p&#62;Can you please tell me how to reinstate the author code so the name appears at the top or the article only.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
