<?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 Remove &#8220;Says&#8221; From WordPress 2.7 Threaded Comments</title>
	<atom:link href="http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/</link>
	<description>Kim Woodbridge WordPress Consultant</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Guido</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-25336</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-25336</guid>
		<description>Great..thank you very much! ;)</description>
		<content:encoded><![CDATA[<p>Great..thank you very much! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-24667</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Thu, 30 Jun 2011 19:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-24667</guid>
		<description>Hi Ajith - It&#039;s always fun when you do a search and get hits on articles by people you know.</description>
		<content:encoded><![CDATA[<p>Hi Ajith &#8211; It&#8217;s always fun when you do a search and get hits on articles by people you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajith Edassery</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-24645</link>
		<dc:creator>Ajith Edassery</dc:creator>
		<pubDate>Wed, 29 Jun 2011 10:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-24645</guid>
		<description>Kim,
Just found this post while searching for removing topics related to strange irrelevant text reported by Google webmaster tools. My post was on SEO though for the method explained here using callbacks is very good. Linked from my post...</description>
		<content:encoded><![CDATA[<p>Kim,<br />
Just found this post while searching for removing topics related to strange irrelevant text reported by Google webmaster tools. My post was on SEO though for the method explained here using callbacks is very good. Linked from my post&#8230;<br />
<span class="cluv">Ajith Edassery´s last post ..<a class="5aa18f95a6 24645" href="http://www.dollarshower.com/optimize-wordpress-blog-google-webmaster-tools-keyword-significance/">Optimize Your WordPress Blog with Google Webmaster Tools – Part 1 – Keyword Significance</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udegbunam Chukwudi</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-19019</link>
		<dc:creator>Udegbunam Chukwudi</dc:creator>
		<pubDate>Sat, 25 Sep 2010 23:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-19019</guid>
		<description>Thanks for the tip. I&#039;ll look into the function.php file as you suggested ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I&#8217;ll look into the function.php file as you suggested ;-)<br />
<span class="cluv">Udegbunam Chukwudi´s last post ..<a class="f16d393a10 19019" href="http://www.strictlyonlinebiz.com/blog/nofollow-wordpress-tag-clouds/1820/">How To Add Nofollow To WordPress Tags and Tag Cloud</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-19016</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Sat, 25 Sep 2010 22:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-19016</guid>
		<description>Hi - Then your theme probably has a function for comments in the functions.php file.  There would be a similar line in there.  That&#039;s where the twenty-ten theme has it - there is a line that looks like this

&lt;a href=&quot;&lt;?php echo esc_url( get_comment_link( $comment-&gt;comment_ID ) ); ?&gt;&quot;&gt;
			&lt;?php
				/* translators: 1: date, 2: time */
				printf( __( &#039;%1$s at %2$s&#039;, &#039;twentyten&#039; ), get_comment_date(),  get_comment_time() ); ?&gt;&lt;/a&gt;

I recommend being careful and making a backup before editing the functions file.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; Then your theme probably has a function for comments in the functions.php file.  There would be a similar line in there.  That&#8217;s where the twenty-ten theme has it &#8211; there is a line that looks like this</p>
<p>&lt;a href=&#8221;&lt;?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>&#8221;><br />
			&lt;?php<br />
				/* translators: 1: date, 2: time */<br />
				printf( __( &#8216;%1$s at %2$s&#8217;, &#8216;twentyten&#8217; ), get_comment_date(),  get_comment_time() ); ?></p>
<p>I recommend being careful and making a backup before editing the functions file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udegbunam Chukwudi</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-19015</link>
		<dc:creator>Udegbunam Chukwudi</dc:creator>
		<pubDate>Sat, 25 Sep 2010 22:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-19015</guid>
		<description>Thanks for the help but I don&#039;t have the above in my comments.php. Looks like my theme&#039;s comment.php is the new one since wordpress 2.7 with threaded comments and all that stuff.</description>
		<content:encoded><![CDATA[<p>Thanks for the help but I don&#8217;t have the above in my comments.php. Looks like my theme&#8217;s comment.php is the new one since wordpress 2.7 with threaded comments and all that stuff.<br />
<span class="cluv">Udegbunam Chukwudi´s last post ..<a class="23353cd239 19015" href="http://www.strictlyonlinebiz.com/blog/misconceptions-about-strictlyonlinebiz/1837/">Top 3 Misconceptions About StrictlyOnlineBiz</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-19010</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Sat, 25 Sep 2010 20:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-19010</guid>
		<description>Hi Udegbunam,

In this example, the date is the link to the comment.  You would want to remove this part

&lt;a href=&quot;&lt;?php echo
htmlspecialchars
( get_comment_link( $comment-&gt;comment_ID ) ) ?&gt;&quot;&gt;
&lt;?php printf(__(&#039;%1$s at %2$s&#039;), get_comment_date(),
get_comment_time()) ?&gt;&lt;/a&gt;

You might also want to make something else the link - if I need to link directly to a comment I use the date link.</description>
		<content:encoded><![CDATA[<p>Hi Udegbunam,</p>
<p>In this example, the date is the link to the comment.  You would want to remove this part</p>
<p>&lt;a href=&#8221;&lt;?php echo<br />
htmlspecialchars<br />
( get_comment_link( $comment->comment_ID ) ) ?>&#8221;><br />
&lt;?php printf(__(&#8216;%1$s at %2$s&#8217;), get_comment_date(),<br />
get_comment_time()) ?></p>
<p>You might also want to make something else the link &#8211; if I need to link directly to a comment I use the date link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udegbunam Chukwudi</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-19000</link>
		<dc:creator>Udegbunam Chukwudi</dc:creator>
		<pubDate>Sat, 25 Sep 2010 14:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-19000</guid>
		<description>I&#039;d love to remove the date completely. Any tips regarding that will be very much appreciated ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to remove the date completely. Any tips regarding that will be very much appreciated ;-)<br />
<span class="cluv">Udegbunam Chukwudi´s last post ..<a class="1510ebcca4 19000" href="http://www.strictlyonlinebiz.com/blog/build-free-mailing-list/1852/">Top Three Ways Of Building A Mailing List For FREE!</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-14203</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-14203</guid>
		<description>Hi JesC - Great!  I&#039;m glad it helped.  I had found other tutorials that were hard to follow so I wrote this one up.</description>
		<content:encoded><![CDATA[<p>Hi JesC &#8211; Great!  I&#8217;m glad it helped.  I had found other tutorials that were hard to follow so I wrote this one up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesC</title>
		<link>http://www.kimwoodbridge.com/how-to-remove-says-from-wordpress-27-threaded-comments/#comment-14198</link>
		<dc:creator>JesC</dc:creator>
		<pubDate>Thu, 18 Mar 2010 05:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2755#comment-14198</guid>
		<description>OMG... thank you, Thank You, THANK YOU!!!! I&#039;ve been beating my head on the desk all night trying to figure out how to get rid of that stupid thing. This is the ONLY tutorial I&#039;ve been able to find on it. Thank you so much!</description>
		<content:encoded><![CDATA[<p>OMG&#8230; thank you, Thank You, THANK YOU!!!! I&#8217;ve been beating my head on the desk all night trying to figure out how to get rid of that stupid thing. This is the ONLY tutorial I&#8217;ve been able to find on it. Thank you so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

