<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>robot with a heart &#187; wp_list_comments</title>
	<atom:link href="http://www.robotwithaheart.com/tag/wp_list_comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robotwithaheart.com</link>
	<description></description>
	<lastBuildDate>Sun, 15 May 2011 05:58:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>WordPress Plugin: Says Something Else</title>
		<link>http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/</link>
		<comments>http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/#comments</comments>
		<pubDate>Sat, 09 May 2009 05:36:50 +0000</pubDate>
		<dc:creator>norm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[says]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp_list_comments]]></category>

		<guid isPermaLink="false">http://www.robotwithaheart.com/?p=515</guid>
		<description><![CDATA[Before WordPress 2.7 you could only get threaded comments through plugins. One of the great things they finally added with WP 2.7 was threaded comments. A quick web search should help you find the right tutorials to have your theme &#8230; <a href="http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Before WordPress 2.7 you could only get threaded comments through plugins. One of the great things they finally added with WP 2.7 was threaded comments.</p>
<p>A quick web search should help you find the right tutorials to have your theme make use of this new comment system&#8230; and soon you&#8217;ll discover a new function called <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments" target="_blank">wp_list_comments()</a> that would simply dump out all the comments with correct markup for comment threading. AWESOME. For the most part, everything wp_list_comments() does is pretty good—It gives you good markup that you can easily style and some options.</p>
<p><strong>But one thing I could never find out how to do was replace &#8220;says:&#8221; in the default comments template.</strong> After lots of forums and searching, I discovered that the only way to replace that text would be to <em>write your own callback function</em> to display the comments. WTF?! That&#8217;s a lot of work just to change some simple text! definitely NOT worth the effort&#8230; so instead I wrote a simple plugin to change the text after the page is loaded.</p>
<p><a href="http://www.robotwithaheart.com/wordpress-work/says-something-else">Says Something Else</a> takes a set of words that you define, and replaces &#8220;says&#8221; in the comments area. if you define more than one word, it will replaces &#8220;says&#8221; with a randomly chosen word from the list. Pretty simple. Download away!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

