<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<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 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: larsbachmann</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-124370</link>
		<dc:creator>larsbachmann</dc:creator>
		<pubDate>Wed, 23 Nov 2011 07:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-124370</guid>
		<description>Great article. I&#039;m using the author fields to show my avatar, name and author description. Is there an easy way to customize this code to also rewrite gravatar and author description? Thx.</description>
		<content:encoded><![CDATA[<p>Great article. I&#8217;m using the author fields to show my avatar, name and author description. Is there an easy way to customize this code to also rewrite gravatar and author description? Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SRoberts</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-123826</link>
		<dc:creator>SRoberts</dc:creator>
		<pubDate>Sat, 22 Oct 2011 05:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-123826</guid>
		<description>Unfortunately, with the filter above applied, the title for that will have the custom guest author&#039;s name appear, but all posts from all guest authors will appear in the archive list. In other words, the title on the archive page will say &quot;displaying all posts by (name of guest author)&quot; rather than &quot;displaying all posts by guest authors&quot;</description>
		<content:encoded><![CDATA[<p>Unfortunately, with the filter above applied, the title for that will have the custom guest author&#8217;s name appear, but all posts from all guest authors will appear in the archive list. In other words, the title on the archive page will say &#8220;displaying all posts by (name of guest author)&#8221; rather than &#8220;displaying all posts by guest authors&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndreaAlden</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-123018</link>
		<dc:creator>AndreaAlden</dc:creator>
		<pubDate>Thu, 25 Aug 2011 13:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-123018</guid>
		<description>Would be so nice if I knew WHERE on the functions.php page to paste this code...Do I need to add &lt;?php&gt;  tags around it to make it work? Tried &lt;?php&gt; tags and  pasting under &quot;/** * Prints HTML with meta information for the current post-date/time and author. * * @since Twenty Ten 1.0 */&quot; in functions.php file. Neither produced results when I refreshed the edit page in wordpress...Where is the guest author supposed to show up on the page?</description>
		<content:encoded><![CDATA[<p>Would be so nice if I knew WHERE on the functions.php page to paste this code&#8230;Do I need to add &lt;?php&gt;  tags around it to make it work? Tried &lt;?php&gt; tags and  pasting under &#8220;/** * Prints HTML with meta information for the current post-date/time and author. * * @since Twenty Ten 1.0 */&#8221; in functions.php file. Neither produced results when I refreshed the edit page in wordpress&#8230;Where is the guest author supposed to show up on the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: प्रतापसिंह</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-122878</link>
		<dc:creator>प्रतापसिंह</dc:creator>
		<pubDate>Mon, 15 Aug 2011 18:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-122878</guid>
		<description>you can also do it by putting these code into single.php 

 

&quot;

&lt;span&gt;        												&lt;?php $customField = get_post_custom_values(&quot;gauthor&quot;); ?&gt;								&lt;?php if (isset($customField[0])) : ?&gt;									&lt;img src=&quot;http://www.behance.in/wp-content/themes/behance/images/gauther.png&quot; alt=&quot;&quot; /&gt;									&lt;?php echo &quot;&lt;span class=&#039;gauthers&#039;&gt; Author: &lt;/span&gt;&quot;.$customField[0]; ?&gt;								&lt;?php endif; ?&gt;							&lt;/span&gt;

 

&quot;</description>
		<content:encoded><![CDATA[<p>you can also do it by putting these code into single.php </p>
<p>&#8221;</p>
<p>&lt;span&gt;        												&lt;?php $customField = get_post_custom_values(&#8220;gauthor&#8221;); ?&gt;								&lt;?php if (isset($customField[0])) : ?&gt;									&lt;img src=&#8221;http://www.behance.in/wp-content/themes/behance/images/gauther.png&#8221; alt=&#8221;" /&gt;									&lt;?php echo &#8220;&lt;span class=&#8217;gauthers&#8217;&gt; Author: &lt;/span&gt;&#8221;.$customField[0]; ?&gt;								&lt;?php endif; ?&gt;							&lt;/span&gt;</p>
<p>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: प्रतापसिंह</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-122877</link>
		<dc:creator>प्रतापसिंह</dc:creator>
		<pubDate>Mon, 15 Aug 2011 18:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-122877</guid>
		<description>@wpbeginner how to change the name of author i want to write in something different language</description>
		<content:encoded><![CDATA[<p>@wpbeginner how to change the name of author i want to write in something different language</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffshinn</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-122236</link>
		<dc:creator>jeffshinn</dc:creator>
		<pubDate>Tue, 19 Jul 2011 21:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-122236</guid>
		<description>I tested this in Wordpress 3.2.1 with a custom template built off twentyten and it works flawlessly!

 

Thanks for your contribution!</description>
		<content:encoded><![CDATA[<p>I tested this in WordPress 3.2.1 with a custom template built off twentyten and it works flawlessly!</p>
<p>Thanks for your contribution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Athif</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-122148</link>
		<dc:creator>Athif</dc:creator>
		<pubDate>Sat, 16 Jul 2011 02:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-122148</guid>
		<description>@wpbeginner : 

Hi,

Is it compatible with wp Version 3.2.1? I added the code to my thesis 1.8.2 but it does not work. I cannot see the field in new posts draft though custom fields is selected in screen options</description>
		<content:encoded><![CDATA[<p>@wpbeginner : </p>
<p>Hi,</p>
<p>Is it compatible with wp Version 3.2.1? I added the code to my <a href="http://www.wpbeginner.com/refer/thesis" style="" target="_blank" rel="nofollow" onmouseover="self.status='Thesis - The Best WordPress Theme';return true;" onmouseout="self.status=''">thesis</a> 1.8.2 but it does not work. I cannot see the field in new posts draft though custom fields is selected in screen options</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Athif</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-122147</link>
		<dc:creator>Athif</dc:creator>
		<pubDate>Sat, 16 Jul 2011 02:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-122147</guid>
		<description>Hi,

Is it compatible with wp Version 3.2.1? I added the code to my thesis 1.8.2 but it does not work. I cannot see the new field in new posts draft though custom fields is selected in screen options</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it compatible with wp Version 3.2.1? I added the code to my <a href="http://www.wpbeginner.com/refer/thesis" style="" target="_blank" rel="nofollow" onmouseover="self.status='Thesis - The Best WordPress Theme';return true;" onmouseout="self.status=''">thesis</a> 1.8.2 but it does not work. I cannot see the new field in new posts draft though custom fields is selected in screen options</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpbeginner</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-120660</link>
		<dc:creator>wpbeginner</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-120660</guid>
		<description>@MilindGupta In your post write panel ... on the top right panel look at Screens Option ... then check custom fields there.</description>
		<content:encoded><![CDATA[<p>@MilindGupta In your post write panel &#8230; on the top right panel look at Screens Option &#8230; then check custom fields there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MilindGupta</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-rewrite-guest-author-name-with-custom-fields-in-wordpress/comment-page-1/#comment-120658</link>
		<dc:creator>MilindGupta</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1298#comment-120658</guid>
		<description>I tried placing up the ! did it well no errors nothing but where is the custom field menu!??

where i&#039;ll put the name and stuff?

please reply its kinda urgent!</description>
		<content:encoded><![CDATA[<p>I tried placing up the ! did it well no errors nothing but where is the custom field menu!??</p>
<p>where i&#8217;ll put the name and stuff?</p>
<p>please reply its kinda urgent!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 01:27:31 -->
