<?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 author name to post</title>
		<link>http://www.kriesi.at/support/topic/add-author-name-to-post</link>
		<description>Support Forum - Topic: Add author name to post</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 19:52:39 +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-author-name-to-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Add author name to post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-name-to-post#post-7225</link>
			<pubDate>Thu, 21 Oct 2010 06:50:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's working as expected: &#60;a href=&#34;http://carolinaelearning.com/ahs/2010/10/october-2010-poll/&#34; rel=&#34;nofollow&#34;&#62;http://carolinaelearning.com/ahs/2010/10/october-2010-poll/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Have a look at the posts' headlines: Written by artlader &#124;&#124; Comments Off
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artlader on "Add author name to post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-name-to-post#post-7220</link>
			<pubDate>Thu, 21 Oct 2010 06:42:20 +0000</pubDate>
			<dc:creator>artlader</dc:creator>
			<guid isPermaLink="false">7220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It worked when I made the change in single.php. :-)&#60;/p&#62;
&#60;p&#62;- Art
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artlader on "Add author name to post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-name-to-post#post-7195</link>
			<pubDate>Wed, 20 Oct 2010 23:45:20 +0000</pubDate>
			<dc:creator>artlader</dc:creator>
			<guid isPermaLink="false">7195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Noah,&#60;/p&#62;
&#60;p&#62;I made the change, but am not seeing the name of the author. -- &#60;a href=&#34;http://carolinaelearning.com/ahs/&#34; rel=&#34;nofollow&#34;&#62;http://carolinaelearning.com/ahs/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Do I need to edit something else?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Art
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Add author name to post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-name-to-post#post-7124</link>
			<pubDate>Wed, 20 Oct 2010 05:07:50 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">7124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try &#60;strong&#62;template_blog.php&#60;/strong&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Noah
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artlader on "Add author name to post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-name-to-post#post-7122</link>
			<pubDate>Wed, 20 Oct 2010 02:23:43 +0000</pubDate>
			<dc:creator>artlader</dc:creator>
			<guid isPermaLink="false">7122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In which files do I make this change? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Art
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add author name to post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-name-to-post#post-4314</link>
			<pubDate>Thu, 09 Sep 2010 05:51:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You'll find following code in all these files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post_data&#38;#39;&#38;gt;
				&#38;lt;span class=&#38;#39;categories&#38;#39;&#38;gt;&#38;lt;?php the_category(&#38;#39;, &#38;#39;) ?&#38;gt;&#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;, &#38;#39;, &#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;
				&#38;lt;span class=&#38;#39;author&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;#39;No Comments&#38;#39;, &#38;#39;1 Comment&#38;#39;, &#38;#39;% Comments&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!--end post data--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post_data&#38;#39;&#38;gt;
				&#38;lt;span class=&#38;#39;categories&#38;#39;&#38;gt;&#38;lt;?php the_category(&#38;#39;, &#38;#39;) ?&#38;gt;&#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;, &#38;#39;, &#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;
				&#38;lt;span class=&#38;#39;author&#38;#39;&#38;gt;&#38;lt;?php the_author(); ?&#38;gt; &#124;&#124; &#38;lt;?php comments_popup_link(&#38;#39;No Comments&#38;#39;, &#38;#39;1 Comment&#38;#39;, &#38;#39;% Comments&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!--end post data--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>avantime on "Add author name to post"</title>
			<link>http://www.kriesi.at/support/topic/add-author-name-to-post#post-4306</link>
			<pubDate>Thu, 09 Sep 2010 02:56:33 +0000</pubDate>
			<dc:creator>avantime</dc:creator>
			<guid isPermaLink="false">4306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do i add the name of the author to the post, in the post view and in the aggregated post view or blog?&#60;/p&#62;
&#60;p&#62;thanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
