<?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: how to add author to top of posts below title?</title>
		<link>http://www.kriesi.at/support/topic/how-to-add-author-to-top-of-posts-below-title</link>
		<description>Support Forum - Topic: how to add author to top of posts below title?</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 08:40:02 +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/how-to-add-author-to-top-of-posts-below-title" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "how to add author to top of posts below title?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-author-to-top-of-posts-below-title#post-74223</link>
			<pubDate>Tue, 04 Sep 2012 00:49:39 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">74223@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi klingerrr1,&#60;/p&#62;
&#60;p&#62;You can add two break tags at the end of the code Ismael gave you. Like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;written by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
the_author_posts_link();
echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;br /&#38;gt;&#38;lt;br /&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>klingerrr1 on "how to add author to top of posts below title?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-author-to-top-of-posts-below-title#post-73857</link>
			<pubDate>Fri, 31 Aug 2012 17:33:14 +0000</pubDate>
			<dc:creator>klingerrr1</dc:creator>
			<guid isPermaLink="false">73857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the author info now runs together with the content. i need a break. the author info needs to be between the title and content. right now there is a title, author below title, but the content starts next to the author instead of the line breaking and content starting below author. &#60;/p&#62;
&#60;p&#62;please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "how to add author to top of posts below title?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-author-to-top-of-posts-below-title#post-73481</link>
			<pubDate>Wed, 29 Aug 2012 15:02:48 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">73481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What you'll want to do is move the code above this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// echo the post content
echo $content;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>klingerrr1 on "how to add author to top of posts below title?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-author-to-top-of-posts-below-title#post-73270</link>
			<pubDate>Tue, 28 Aug 2012 16:17:54 +0000</pubDate>
			<dc:creator>klingerrr1</dc:creator>
			<guid isPermaLink="false">73270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i made this change and it did not work correctly. i need the &#34;written by&#34; below title and above content live a traditional wordpress blog. right now it's at the bottom of the post. &#60;/p&#62;
&#60;p&#62;site is here:  www.   ocean    vistas    daytona   .com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "how to add author to top of posts below title?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-author-to-top-of-posts-below-title#post-73136</link>
			<pubDate>Tue, 28 Aug 2012 02:02:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; loop-index.php and find this code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;written by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>klingerrr1 on "how to add author to top of posts below title?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-author-to-top-of-posts-below-title#post-73109</link>
			<pubDate>Mon, 27 Aug 2012 20:33:21 +0000</pubDate>
			<dc:creator>klingerrr1</dc:creator>
			<guid isPermaLink="false">73109@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;how do i add &#34;written by (author)&#34; to blog post below title and above content? currently there is no author info included.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
