<?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 Make Author Comment Links Do-Follow in Wordpress Without Using a Plugin</title>
	<atom:link href="http://www.christycorrell.com/wordpress-thesis-hacks/how-to-make-author-comment-links-do-follow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christycorrell.com/wordpress-thesis-hacks/how-to-make-author-comment-links-do-follow/</link>
	<description>Online Marketing Jill-of-All-Trades</description>
	<lastBuildDate>Thu, 26 Jan 2012 04:45:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ari Herzog</title>
		<link>http://www.christycorrell.com/wordpress-thesis-hacks/how-to-make-author-comment-links-do-follow/comment-page-1/#comment-186</link>
		<dc:creator>Ari Herzog</dc:creator>
		<pubDate>Mon, 06 Sep 2010 02:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.christycorrell.com/?p=687#comment-186</guid>
		<description>I asked that question over on the Thesis forums, and here&#039;s the answer to replace the plugin with a custom function:

function do_follow_commenters($output) {  
    return str_replace(&quot; rel=&#039;external nofollow&#039;&quot;, &quot;&quot;, $output);  
}  
add_filter(&#039;get_comment_author_link&#039;, &#039;do_follow_commenters&#039;);</description>
		<content:encoded><![CDATA[<p>I asked that question over on the Thesis forums, and here&#8217;s the answer to replace the plugin with a custom function:</p>
<p>function do_follow_commenters($output) {<br />
    return str_replace(&#8221; rel=&#8217;external nofollow&#8217;&#8221;, &#8220;&#8221;, $output);<br />
}<br />
add_filter(&#8216;get_comment_author_link&#8217;, &#8216;do_follow_commenters&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogjunkie</title>
		<link>http://www.christycorrell.com/wordpress-thesis-hacks/how-to-make-author-comment-links-do-follow/comment-page-1/#comment-185</link>
		<dc:creator>blogjunkie</dc:creator>
		<pubDate>Sat, 04 Sep 2010 03:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.christycorrell.com/?p=687#comment-185</guid>
		<description>Great tip! Unfortunately every time you do an upgrade you&#039;ll lose the changes.. so it may still be best to use a plugin :)</description>
		<content:encoded><![CDATA[<p>Great tip! Unfortunately every time you do an upgrade you&#8217;ll lose the changes.. so it may still be best to use a plugin <img src='http://www.christycorrell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christy Correll</title>
		<link>http://www.christycorrell.com/wordpress-thesis-hacks/how-to-make-author-comment-links-do-follow/comment-page-1/#comment-183</link>
		<dc:creator>Christy Correll</dc:creator>
		<pubDate>Fri, 27 Aug 2010 22:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.christycorrell.com/?p=687#comment-183</guid>
		<description>Yes, but make a backup of the original ... just in case.</description>
		<content:encoded><![CDATA[<p>Yes, but make a backup of the original &#8230; just in case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lanna</title>
		<link>http://www.christycorrell.com/wordpress-thesis-hacks/how-to-make-author-comment-links-do-follow/comment-page-1/#comment-176</link>
		<dc:creator>Lanna</dc:creator>
		<pubDate>Tue, 17 Aug 2010 01:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.christycorrell.com/?p=687#comment-176</guid>
		<description>Hello Christy,

Did you know that you have saved me a lot of time? Thanks a million!

I&#039;ve been searching the whole evening in Goolge just looking for an answer like your post: &quot;make wordpress dofollow without a plugin?&quot; And your post is the only one that gave me the right answer. All others suggested a plugin which is not what I want. I don&#039;t want to use too many plugins just like you.

For your final thought... I think I will just copy and paste comment-template.php over. That should not take long, right?</description>
		<content:encoded><![CDATA[<p>Hello Christy,</p>
<p>Did you know that you have saved me a lot of time? Thanks a million!</p>
<p>I&#8217;ve been searching the whole evening in Goolge just looking for an answer like your post: &#8220;make wordpress dofollow without a plugin?&#8221; And your post is the only one that gave me the right answer. All others suggested a plugin which is not what I want. I don&#8217;t want to use too many plugins just like you.</p>
<p>For your final thought&#8230; I think I will just copy and paste comment-template.php over. That should not take long, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

