<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Dan Cameron - Latest Comments in Post Title in RSS comment feed plugin</title><link>http://scattered.disqus.com/</link><description>wordpress enthusiest</description><atom:link href="https://scattered.disqus.com/post_title_in_rss_comment_feed_plugin_at_scattered/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 15 Apr 2011 00:26:25 -0000</lastBuildDate><item><title>Re: Post Title in RSS comment feed plugin</title><link>http://dancameron.org/general/post-title-in-rss-comment-feed-plugin/#comment-184850327</link><description>&lt;p&gt;oh ok&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yeayea</dc:creator><pubDate>Fri, 15 Apr 2011 00:26:25 -0000</pubDate></item><item><title>Re: Post Title in RSS comment feed plugin</title><link>http://dancameron.org/general/post-title-in-rss-comment-feed-plugin/#comment-1185561</link><description>&lt;p&gt;&lt;a href="http://freepressblog.org/2005/06/17/titles-in-wordpress-rss-comments/" rel="nofollow noopener" target="_blank" title="http://freepressblog.org/2005/06/17/titles-in-wordpress-rss-comments/"&gt;mine&lt;/a&gt;. I'm suing you for copyright violation.&lt;/p&gt;&lt;p&gt;As for echo vs. return, it is kind of a matter of preference - the WP code itself uses both, kind of randomly. The difference is yours will always output when the code is run, whereas mine returns the string to the calling function, which in this case is the filter method for 'comment_author_rss', which is programed to add anything your filter method returns. Yours will work because even though it's not returning everything, it is echoing (outputting to the browser) as it processes.&lt;/p&gt;&lt;p&gt;The advantage to doing return instead of echo is that if you want to use that method for something else (just to get the value, not write it) you could just reuse that method without making a new one.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JaredB</dc:creator><pubDate>Wed, 06 Jul 2005 21:35:41 -0000</pubDate></item><item><title>Re: Post Title in RSS comment feed plugin</title><link>http://dancameron.org/general/post-title-in-rss-comment-feed-plugin/#comment-1185560</link><description>&lt;p&gt;I'm using it, thanks guys.  I did move the echo (actually I changed it to a return) outside the if statement just in case is_post() and is_single() both return true and we don't execute that chunk of code. I don't know a lick about PHP  and very little about wordpress so it might not matter but anyway, thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate</dc:creator><pubDate>Wed, 06 Jul 2005 20:45:20 -0000</pubDate></item><item><title>Re: Post Title in RSS comment feed plugin</title><link>http://dancameron.org/general/post-title-in-rss-comment-feed-plugin/#comment-1185559</link><description>&lt;p&gt;Since I was trying to create the plugin exactly how I would have done it without the help of your plugin, I didn't understand one thing; echo and response. You used response to display the output and I used echo (like the hack), is that wrong? What is the difference?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan</dc:creator><pubDate>Wed, 06 Jul 2005 19:46:03 -0000</pubDate></item><item><title>Re: Post Title in RSS comment feed plugin</title><link>http://dancameron.org/general/post-title-in-rss-comment-feed-plugin/#comment-1185558</link><description>&lt;p&gt;Cool&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JaredB</dc:creator><pubDate>Wed, 06 Jul 2005 19:38:19 -0000</pubDate></item></channel></rss>