<?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: Author Page in WordPress</title>
	<atom:link href="http://www.damonledet.com/2009/03/author-page-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=author-page-in-wordpress</link>
	<description>DAMONLEDET.COM</description>
	<lastBuildDate>Fri, 16 Mar 2012 21:21:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Matt F.</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-247</link>
		<dc:creator>Matt F.</dc:creator>
		<pubDate>Fri, 16 Mar 2012 21:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-247</guid>
		<description><![CDATA[You rock! Been trying to get an avatar to work with similar code for days. Thank you so much!]]></description>
		<content:encoded><![CDATA[<p>You rock! Been trying to get an avatar to work with similar code for days. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-178</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 23 Aug 2011 11:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-178</guid>
		<description><![CDATA[Thanks. Worked Great on my site  ]]></description>
		<content:encoded><![CDATA[<p>Thanks. Worked Great on my site  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iwan</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-177</link>
		<dc:creator>iwan</dc:creator>
		<pubDate>Sun, 27 Jun 2010 22:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-177</guid>
		<description><![CDATA[thank you man....its working to my blog.... ]]></description>
		<content:encoded><![CDATA[<p>thank you man&#8230;.its working to my blog&#8230;. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROB</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-175</link>
		<dc:creator>ROB</dc:creator>
		<pubDate>Fri, 07 May 2010 16:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-175</guid>
		<description><![CDATA[Damon,  
 
Think you could help me out? I&#039;d like to add this to my site, but oddly enough this is the first time I&#039;m even glancing at my author page and wouldn&#039;t you know it, I don&#039;t have one...it doesn&#039;t load and I&#039;m baffled. Could you e-mail me? ]]></description>
		<content:encoded><![CDATA[<p>Damon,  </p>
<p>Think you could help me out? I&#39;d like to add this to my site, but oddly enough this is the first time I&#39;m even glancing at my author page and wouldn&#39;t you know it, I don&#39;t have one&#8230;it doesn&#39;t load and I&#39;m baffled. Could you e-mail me? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROB</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-176</link>
		<dc:creator>ROB</dc:creator>
		<pubDate>Fri, 07 May 2010 12:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-176</guid>
		<description><![CDATA[Damon,  
 
Think you could help me out? I&#039;d like to add this to my site, but oddly enough this is the first time I&#039;m even glancing at my author page and wouldn&#039;t you know it, I don&#039;t have one...it doesn&#039;t load and I&#039;m baffled. Could you e-mail me? ]]></description>
		<content:encoded><![CDATA[<p>Damon,  </p>
<p>Think you could help me out? I&#039;d like to add this to my site, but oddly enough this is the first time I&#039;m even glancing at my author page and wouldn&#039;t you know it, I don&#039;t have one&#8230;it doesn&#039;t load and I&#039;m baffled. Could you e-mail me? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muratje</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-174</link>
		<dc:creator>muratje</dc:creator>
		<pubDate>Fri, 12 Mar 2010 20:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-174</guid>
		<description><![CDATA[&lt;?php  $theid = $comment-&gt;user_id; if ($theid == &quot;0&quot;) { ?&gt; 
          
         &lt;?php echo $comment-&gt;comment_author?&gt; 
          
         &lt;?php } else { ?&gt; 
          
         &lt;a href =&quot;&lt;?php bloginfo(&#039;url&#039;); ?&gt;/?author=&lt;?php echo $comment-&gt;user_id ?&gt;&quot;&gt;&lt;?php echo $comment-&gt;comment_author?&gt; 
          
         &lt;?php } ?&gt; ]]></description>
		<content:encoded><![CDATA[<p>&lt;?php  $theid = $comment-&gt;user_id; if ($theid == &quot;0&quot;) { ?&gt; </p>
<p>         &lt;?php echo $comment-&gt;comment_author?&gt; </p>
<p>         &lt;?php } else { ?&gt; </p>
<p>         &lt;a href =&quot;&lt;?php bloginfo(&#039;url&#039;); ?&gt;/?author=&lt;?php echo $comment-&gt;user_id ?&gt;&quot;&gt;&lt;?php echo $comment-&gt;comment_author?&gt; </p>
<p>         &lt;?php } ?&gt; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muratje</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-173</link>
		<dc:creator>muratje</dc:creator>
		<pubDate>Fri, 12 Mar 2010 20:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-173</guid>
		<description><![CDATA[But if a user is not registered it will return ID=0. But the link will still be visible. You should add a IF ELSE to see if the user is registered or not. ]]></description>
		<content:encoded><![CDATA[<p>But if a user is not registered it will return ID=0. But the link will still be visible. You should add a IF ELSE to see if the user is registered or not. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muratje</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-172</link>
		<dc:creator>muratje</dc:creator>
		<pubDate>Fri, 12 Mar 2010 20:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-172</guid>
		<description><![CDATA[comment_author_email=&#039;$curauth-&gt;user_email&#039; 
 
should be 
 
user_id=&#039;$curauth-&gt;ID&#039; 
 
Because if a user changes his e-mail adres, all of the comments will be gone :) (The ID doesn&#039;t ever change) ]]></description>
		<content:encoded><![CDATA[<p>comment_author_email=&#039;$curauth-&gt;user_email&#039; </p>
<p>should be </p>
<p>user_id=&#039;$curauth-&gt;ID&#039; </p>
<p>Because if a user changes his e-mail adres, all of the comments will be gone <img src='http://www.damonledet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (The ID doesn&#039;t ever change) </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-171</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Wed, 13 Jan 2010 04:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-171</guid>
		<description><![CDATA[Hey Damon. Thanks for the code! Just a heads up. The line that displays biographical info of the author outputs a closing anchor tag &quot;&quot; . It doesn&#039;t validate due to that, but otherwise this is just what I was looking for.  
Thanks! ]]></description>
		<content:encoded><![CDATA[<p>Hey Damon. Thanks for the code! Just a heads up. The line that displays biographical info of the author outputs a closing anchor tag &quot;&quot; . It doesn&#039;t validate due to that, but otherwise this is just what I was looking for.<br />
Thanks! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelibia</title>
		<link>http://www.damonledet.com/2009/03/author-page-in-wordpress/#comment-170</link>
		<dc:creator>Kelibia</dc:creator>
		<pubDate>Tue, 22 Dec 2009 05:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonledet.com/?p=1026#comment-170</guid>
		<description><![CDATA[What should I do with the code ?  
Copy the file into /wp-content/plugins  or copy it&#039;s content into a new wordpress page ? (after activating php in the site) ]]></description>
		<content:encoded><![CDATA[<p>What should I do with the code ?<br />
Copy the file into /wp-content/plugins  or copy it&#039;s content into a new wordpress page ? (after activating php in the site) </p>
]]></content:encoded>
	</item>
</channel>
</rss>
