<?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: Separating WordPress comments from pings and trackbacks</title>
	<atom:link href="http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/</link>
	<description>Life, The Universe, and WordPress development</description>
	<lastBuildDate>Sat, 13 Feb 2010 12:25:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: luckychan</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-97482</link>
		<dc:creator>luckychan</dc:creator>
		<pubDate>Tue, 06 Jan 2009 03:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-97482</guid>
		<description>Yes yes yes! Thank you very much for this great tutorial. It was very helpful!

Thanks :)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Yes yes yes! Thank you very much for this great tutorial. It was very helpful!</p>
<p>Thanks <img src='http://urbangiraffe.com/site/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Hochstadt</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-96347</link>
		<dc:creator>Marcus Hochstadt</dc:creator>
		<pubDate>Mon, 22 Dec 2008 14:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-96347</guid>
		<description>Now I&#039;d love to know the code on how to separate pings from comments using WordPress version 2.7... :-) (i.e., when the threaded and paged comments functions are activated)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Now I'd love to know the code on how to separate pings from comments using WordPress version 2.7... <img src='http://urbangiraffe.com/site/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  (i.e., when the threaded and paged comments functions are activated)<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free Spirit</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-95765</link>
		<dc:creator>Free Spirit</dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-95765</guid>
		<description>Hello there,

First off thanks for a great plugin!

Still I have a question. How did you get your pings and trackbacks so nice? I have used the piece of code you provided:

&lt;code&gt;
foreach ($pings AS $comment)
  $display[] = sprintf (&#039;&lt;a href=&quot;%s&quot; rel=&quot;nofollow&quot;&gt;%s&lt;/a&gt;&#039;,$comment-&gt;comment_author_url,$comment-&gt;comment_content); echo implode (&#039;, &#039;, $display);?&gt;
&lt;/code&gt;

But im still getting something that looks like this: [...] Lets make our move… [...] 
[...] Lets make our move… [...]

How did you get yours so nicely like above: techathand.net, techie-buzz.com 
Just the main website name and it links to the specific article.

Thanks in advance :)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hello there,</p>
<p>First off thanks for a great plugin!</p>
<p>Still I have a question. How did you get your pings and trackbacks so nice? I have used the piece of code you provided:</p>
<p><code><br />
foreach ($pings AS $comment)<br />
  $display[] = sprintf ('<a href="%s" rel="nofollow">%s</a>',$comment-&gt;comment_author_url,$comment-&gt;comment_content); echo implode (', ', $display);?&gt;<br />
</code></p>
<p>But im still getting something that looks like this: [...] Lets make our move… [...]<br />
[...] Lets make our move… [...]</p>
<p>How did you get yours so nicely like above: techathand.net, techie-buzz.com<br />
Just the main website name and it links to the specific article.</p>
<p>Thanks in advance <img src='http://urbangiraffe.com/site/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plug-Ins : Separating Comments and Ping &#187; Tech At Hand</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-48362</link>
		<dc:creator>WordPress Plug-Ins : Separating Comments and Ping &#187; Tech At Hand</dc:creator>
		<pubDate>Thu, 03 Jan 2008 11:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-48362</guid>
		<description>[...] You can find the plug ins and some WordPress editing instruction here Separating WordPress Comments From Pings [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] You can find the plug ins and some WordPress editing instruction here Separating WordPress Comments From Pings [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Must Do Tweaks For A (New) WordPress Blog &#124; Techie Buzz</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-43534</link>
		<dc:creator>15 Must Do Tweaks For A (New) WordPress Blog &#124; Techie Buzz</dc:creator>
		<pubDate>Fri, 07 Dec 2007 22:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-43534</guid>
		<description>[...] from Trackbacks: WordPress by default shows comments and trackbacks together. I think it is nice separate them out to keep it looking nice and clean. Your readers will give $10 for this feature. Or [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] from Trackbacks: WordPress by default shows comments and trackbacks together. I think it is nice separate them out to keep it looking nice and clean. Your readers will give $10 for this feature. Or [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plug-Ins : Separating Comments and Ping</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-36791</link>
		<dc:creator>WordPress Plug-Ins : Separating Comments and Ping</dc:creator>
		<pubDate>Mon, 15 Oct 2007 22:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-36791</guid>
		<description>[...] You can find the plug ins and some WordPress editing instruction here Separating WordPress Comments From Pings [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] You can find the plug ins and some WordPress editing instruction here Separating WordPress Comments From Pings [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan Dinić</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-36730</link>
		<dc:creator>Milan Dinić</dc:creator>
		<pubDate>Sun, 14 Oct 2007 19:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-36730</guid>
		<description>Kevin, I had simmilar problem, find last &lt;code&gt;&lt;/code&gt; and delete one &lt;code&gt;&lt;/code&gt;

John, I changed line from your previous comment, but it gives “1 posts”. Can you, please, check it?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Kevin, I had simmilar problem, find last <code></code> and delete one <code></code></p>
<p>John, I changed line from your previous comment, but it gives “1 posts”. Can you, please, check it?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-36646</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 11 Oct 2007 21:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-36646</guid>
		<description>i&#039;ve activated the separate-comments-pings plugin and have replaced my comments.php file with comments.php  file (taken from default folder/zip, i download from this site). but i got error:

Parse error: syntax error, unexpected T_ENDIF in /home/aufkgorg/public_html/wp-content/themes/vista/comments.php on line 144

so, please give solution !</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->i've activated the separate-comments-pings plugin and have replaced my comments.php file with comments.php  file (taken from default folder/zip, i download from this site). but i got error:</p>
<p>Parse error: syntax error, unexpected T_ENDIF in /home/aufkgorg/public_html/wp-content/themes/vista/comments.php on line 144</p>
<p>so, please give solution !<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-35382</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 10 Sep 2007 04:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-35382</guid>
		<description>Jessica, you can use something like:

&lt;code&gt;&lt;?php echo sprintf (__ngettext (&apos;%d post&apos;, &apos;%d posts&apos;, $pings), $pings); ?&gt;
&lt;/code&gt;
This will output &apos;1 ping&apos; or &apos;2 pings&apos;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Jessica, you can use something like:</p>
<p><code>&lt;?php echo sprintf (__ngettext (&apos;%d post&apos;, &apos;%d posts&apos;, $pings), $pings); ?&gt;<br />
</code><br />
This will output &apos;1 ping&apos; or &apos;2 pings&apos;<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessica</title>
		<link>http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/comment-page-1/#comment-35188</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Wed, 05 Sep 2007 01:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://urbangiraffe.com/articles/separating-wordpress-comments-from-pings/#comment-35188</guid>
		<description>Hey there, this is a great page.  How do you change the code so it says &quot;1 ping&quot; rather than &quot;1 pings&quot; if that&#039;s the case?  Also, ever since following your directions, the &lt;a href=&quot;http://blogwaffe.com/2006/10/04/421/&quot; rel=&quot;nofollow&quot;&gt;no self-ping&lt;/a&gt; plugin doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hey there, this is a great page.  How do you change the code so it says &quot;1 ping&quot; rather than &quot;1 pings&quot; if that's the case?  Also, ever since following your directions, the <a href="http://blogwaffe.com/2006/10/04/421/" rel="nofollow">no self-ping</a> plugin doesn't work.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
