<?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: How to Rewrite Guest Author Name with Custom Fields in WordPress</title>
	<atom:link href="http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Sep 2010 11:18:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-34880</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-34880</guid>
		<description>The whole idea behind this method is that you do not want to create a new profile for the user. Because a lot of guest posters are one-time posters. So you can just credit them with their name, and author signature at the bottom of the post. If they are regular posters, then this method is not for you.</description>
		<content:encoded><![CDATA[<p>The whole idea behind this method is that you do not want to create a new profile for the user. Because a lot of guest posters are one-time posters. So you can just credit them with their name, and author signature at the bottom of the post. If they are regular posters, then this method is not for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-34856</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Wed, 01 Sep 2010 10:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-34856</guid>
		<description>Great snippet, but with one fault though (which I hope you have a fix for). The snippet *does* replace my Guest Author user account with whatever name I define as a custom field, but when I click on that author name inside the post, I end up at an URL such as &quot;/author/guestauthor&quot;, but the name displayed at the top of that page is not &quot;Guest Author&quot;, as is the name of that user account, but instead the name I defined as a custom field for one of the posts.

I thought it would be solved by simple wrapping (is_single) around the snippet, so that it would only execute when viewing a post, but that doesn&#039;t work at all.

Any ideas? 

Thanks :)</description>
		<content:encoded><![CDATA[<p>Great snippet, but with one fault though (which I hope you have a fix for). The snippet *does* replace my Guest Author user account with whatever name I define as a custom field, but when I click on that author name inside the post, I end up at an URL such as &#8220;/author/guestauthor&#8221;, but the name displayed at the top of that page is not &#8220;Guest Author&#8221;, as is the name of that user account, but instead the name I defined as a custom field for one of the posts.</p>
<p>I thought it would be solved by simple wrapping (is_single) around the snippet, so that it would only execute when viewing a post, but that doesn&#8217;t work at all.</p>
<p>Any ideas? </p>
<p>Thanks <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-29179</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Fri, 06 Aug 2010 10:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-29179</guid>
		<description>If you mean specific author profile pages, then no this cannot be used for that. If you mean a little box below the guest posts as a custom field, then sure a similar function could be used :)</description>
		<content:encoded><![CDATA[<p>If you mean specific author profile pages, then no this cannot be used for that. If you mean a little box below the guest posts as a custom field, then sure a similar function could be used <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-28848</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 05 Aug 2010 19:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-28848</guid>
		<description>i&#039;m going to jump in on this, since the custom field author hack has helped considerably ...

i&#039;d like to populate the &#039;about the author&#039; page as well, using the same method (custom field). i&#039;m also not a coder; would i use a similar code as to the one used above?

thanks!</description>
		<content:encoded><![CDATA[<p>i&#8217;m going to jump in on this, since the custom field author hack has helped considerably &#8230;</p>
<p>i&#8217;d like to populate the &#8216;about the author&#8217; page as well, using the same method (custom field). i&#8217;m also not a coder; would i use a similar code as to the one used above?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-22350</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Mon, 21 Jun 2010 22:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-22350</guid>
		<description>Yes, it is possible to do the guest author description via custom field. You can set a conditional statement if there is x custom field, then display the custom field text, if not then display wp-gravatar.</description>
		<content:encoded><![CDATA[<p>Yes, it is possible to do the guest author description via custom field. You can set a conditional statement if there is x custom field, then display the custom field text, if not then display wp-gravatar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riki</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-22260</link>
		<dc:creator>Riki</dc:creator>
		<pubDate>Mon, 21 Jun 2010 01:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-22260</guid>
		<description>Is it possible to include a field for the author&#039;s description as well? I already have a plugin (wp-gravatar) that posts the author&#039;s description at the end of a post. However, I want to be able to post the guest author&#039;s description without having to create new accounts everytime. Is it possible to combine the method you described above to make it do this?</description>
		<content:encoded><![CDATA[<p>Is it possible to include a field for the author&#8217;s description as well? I already have a plugin (wp-gravatar) that posts the author&#8217;s description at the end of a post. However, I want to be able to post the guest author&#8217;s description without having to create new accounts everytime. Is it possible to combine the method you described above to make it do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-20202</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Tue, 01 Jun 2010 03:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-20202</guid>
		<description>It&#039;s working fine with WP 3.0</description>
		<content:encoded><![CDATA[<p>It&#8217;s working fine with WP 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rikkit</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-20157</link>
		<dc:creator>rikkit</dc:creator>
		<pubDate>Mon, 31 May 2010 17:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-20157</guid>
		<description>I tried this too, pasting the code into the top of my includes/functions.php file. I got a php error, saying that something was an invalid filter. Does this work with Wordpress 3.0?

I hope I can get it to work, I&#039;m porting a site to Wordpress form Joomla and this is the only thing I&#039;m missing.</description>
		<content:encoded><![CDATA[<p>I tried this too, pasting the code into the top of my includes/functions.php file. I got a php error, saying that something was an invalid filter. Does this work with WordPress 3.0?</p>
<p>I hope I can get it to work, I&#8217;m porting a site to WordPress form Joomla and this is the only thing I&#8217;m missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-19426</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Thu, 27 May 2010 22:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-19426</guid>
		<description>What is not working? We have this running on WPBeginner site and it works just fine. We are just calling a simple custom field.</description>
		<content:encoded><![CDATA[<p>What is not working? We have this running on WPBeginner site and it works just fine. We are just calling a simple custom field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChaCha Fance</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-19415</link>
		<dc:creator>ChaCha Fance</dc:creator>
		<pubDate>Thu, 27 May 2010 20:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-19415</guid>
		<description>I was really hoping this would work for me but hmmm didn&#039;t work :(</description>
		<content:encoded><![CDATA[<p>I was really hoping this would work for me but hmmm didn&#8217;t work <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2010-09-10 13:51:47 -->