<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Guest Posts And the_author() In Your WordPress Blog</title>
	<atom:link href="http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/</link>
	<description>Designer, WordPress Coder, Deejay, Buddhist, Swiss, Thai.</description>
	<lastBuildDate>Wed, 10 Mar 2010 04:22:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pete</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2416</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2416</guid>
		<description>@ Mark

Thanks for the input. Your third comment would be a nice solution!

@Ammar Awaad

Maybe your theme uses another function call to display the Author&#039;s name. Also see:
&lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_author&quot; target=&quot;_blank&quot;&gt;http://codex.wordpress.org/Template_Tags/the_author&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@ Mark</p>
<p>Thanks for the input. Your third comment would be a nice solution!</p>
<p>@Ammar Awaad</p>
<p>Maybe your theme uses another function call to display the Author&#8217;s name. Also see:<br />
<a href="http://codex.wordpress.org/Template_Tags/the_author" target="_blank">http://codex.wordpress.org/Template_Tags/the_author</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ammar Awaad</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2413</link>
		<dc:creator>Ammar Awaad</dc:creator>
		<pubDate>Sun, 17 Jan 2010 18:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2413</guid>
		<description>I have searched all the files in my theme folder but could not find a single occurrence of ‘the_author()’. Is this normal? Hence i still show up as the author of the post.</description>
		<content:encoded><![CDATA[<p>I have searched all the files in my theme folder but could not find a single occurrence of ‘the_author()’. Is this normal? Hence i still show up as the author of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2412</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2412</guid>
		<description>Sorry, I keep coming back with second thoughts. The most elegant workaround for author archives would probably be to make one other guest account and assign all guest posts to this account; then getting the custom fields if they are set, and otherwise &lt;code&gt;the_author()&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Sorry, I keep coming back with second thoughts. The most elegant workaround for author archives would probably be to make one other guest account and assign all guest posts to this account; then getting the custom fields if they are set, and otherwise <code>the_author()</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2411</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2411</guid>
		<description>(In fact you do have author archives automatically &#8212; http://www.flowdrops.com/blog/author/Pete/ )</description>
		<content:encoded><![CDATA[<p>(In fact you do have author archives automatically &mdash; <a href="http://www.flowdrops.com/blog/author/Pete/">http://www.flowdrops.com/blog/author/Pete/</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2410</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2410</guid>
		<description>Neat workaround for the template tags, but what about Author archives? If you would have them, surely the guest post would be included on your author archive.

Perhaps a workaround might be to drop posts for which $guestname is set &#8212; or to mark them in a special way.</description>
		<content:encoded><![CDATA[<p>Neat workaround for the template tags, but what about Author archives? If you would have them, surely the guest post would be included on your author archive.</p>
<p>Perhaps a workaround might be to drop posts for which $guestname is set &mdash; or to mark them in a special way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2273</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2273</guid>
		<description>@Warren

In my previous theme I had two occurrences of &#039;the_author()&#039; (index.php, single.php). In the WordPress default theme (themes/default) is only one occurrence (index.php). So, a manual replace is done within one or two minutes. If you have access to a HTML Editor such as Dreamweaver, there is usually a search/replace function available which will do the magic for you.

The reason to replace the function call is that we cannot declare two functions with the same name, hence the new function name &#039;theAuthor()&#039; because &#039;the_author()&#039; is already declared in the WordPress core files (wp-includes/author-template.php).

HTH</description>
		<content:encoded><![CDATA[<p>@Warren</p>
<p>In my previous theme I had two occurrences of &#8216;the_author()&#8217; (index.php, single.php). In the WordPress default theme (themes/default) is only one occurrence (index.php). So, a manual replace is done within one or two minutes. If you have access to a HTML Editor such as Dreamweaver, there is usually a search/replace function available which will do the magic for you.</p>
<p>The reason to replace the function call is that we cannot declare two functions with the same name, hence the new function name &#8216;theAuthor()&#8217; because &#8216;the_author()&#8217; is already declared in the WordPress core files (wp-includes/author-template.php).</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Stewart</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2272</link>
		<dc:creator>Warren Stewart</dc:creator>
		<pubDate>Wed, 04 Nov 2009 20:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2272</guid>
		<description>This is a very useful hack. I haven&#039;t managed to make it work on the blog I&#039;m building - but then I&#039;m very new to this.

A question:
&quot;Next I replaced all occurences of ‘the_author()’ in the theme files with ‘theAuthor()’&quot;

Why is this necessary? How many occurances a &#039;the_author()&#039; are there in the theme files? This seems like a tremendous amount of work compared to the very elegant one-step conditional hack for the function.php. Or am I missing something? 

Thanks you for clarifying.</description>
		<content:encoded><![CDATA[<p>This is a very useful hack. I haven&#8217;t managed to make it work on the blog I&#8217;m building &#8211; but then I&#8217;m very new to this.</p>
<p>A question:<br />
&#8220;Next I replaced all occurences of ‘the_author()’ in the theme files with ‘theAuthor()’&#8221;</p>
<p>Why is this necessary? How many occurances a &#8216;the_author()&#8217; are there in the theme files? This seems like a tremendous amount of work compared to the very elegant one-step conditional hack for the function.php. Or am I missing something? </p>
<p>Thanks you for clarifying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gouri</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2248</link>
		<dc:creator>Gouri</dc:creator>
		<pubDate>Tue, 15 Sep 2009 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2248</guid>
		<description>How did you know that I was looking out for this? :-) Perfect solution for single author blogs with occasional guest posts. Why don&#039;t you convert it into a plugin?</description>
		<content:encoded><![CDATA[<p>How did you know that I was looking out for this? :-) Perfect solution for single author blogs with occasional guest posts. Why don&#8217;t you convert it into a plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Include WordPress Author Biographical Info In Posts &#171; Flowdrops</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2145</link>
		<dc:creator>Include WordPress Author Biographical Info In Posts &#171; Flowdrops</dc:creator>
		<pubDate>Wed, 29 Jul 2009 08:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-2145</guid>
		<description>[...] addition to this and this post, I thought this post may be useful for you as well. It describes how you can add the [...]</description>
		<content:encoded><![CDATA[<p>[...] addition to this and this post, I thought this post may be useful for you as well. It describes how you can add the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.flowdrops.com/blog/wordpress/guest-posts-and-the_author-in-your-wordpress-blog/#comment-1954</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flowdrops.com/2008/08/18/guest-posts-and-the_author-in-your-wordpress-blog/#comment-1954</guid>
		<description>Very nice, very quick... Thanks for sharing :)

For some reason, even when I add a new contributor account, and add an article under another author, the_author still displays the main admin account as the author... But your method fixes that!</description>
		<content:encoded><![CDATA[<p>Very nice, very quick&#8230; Thanks for sharing :)</p>
<p>For some reason, even when I add a new contributor account, and add an article under another author, the_author still displays the main admin account as the author&#8230; But your method fixes that!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
