<?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 and Hiding Trackbacks with Jquery in WordPress 2.7</title>
	<atom:link href="http://curtishenson.com/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/</link>
	<description>Freelance Web Designer and Wordpress Guru</description>
	<lastBuildDate>Mon, 27 Sep 2010 12:59:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: HALI YIKAMA</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2763</link>
		<dc:creator>HALI YIKAMA</dc:creator>
		<pubDate>Fri, 19 Mar 2010 22:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2763</guid>
		<description>Thanks ypou for tht man!</description>
		<content:encoded><![CDATA[<p>Thanks ypou for tht man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2596</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Mon, 21 Dec 2009 23:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2596</guid>
		<description>No problem Tom, the code is a wee bit old so if you find any problems with it let me know.</description>
		<content:encoded><![CDATA[<p>No problem Tom, the code is a wee bit old so if you find any problems with it let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Kenny</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2595</link>
		<dc:creator>Tom Kenny</dc:creator>
		<pubDate>Mon, 21 Dec 2009 23:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2595</guid>
		<description>You&#039;ve saved me a hell of a lot of work here! Thanks :D</description>
		<content:encoded><![CDATA[<p>You&#8217;ve saved me a hell of a lot of work here! Thanks :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: üsküdar</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2590</link>
		<dc:creator>üsküdar</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2590</guid>
		<description>I need this, thank you.</description>
		<content:encoded><![CDATA[<p>I need this, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Separate Trackbacks, Style Comments in WordPress 2.7</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2325</link>
		<dc:creator>Separate Trackbacks, Style Comments in WordPress 2.7</dc:creator>
		<pubDate>Fri, 15 May 2009 11:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2325</guid>
		<description>[...] we wanted to hide trackbacks. There is a tutorial to do this  using  jquery, but that seemed too technical for me. So I simply deleted out the trackbacks code which we had [...]</description>
		<content:encoded><![CDATA[<p>[...] we wanted to hide trackbacks. There is a tutorial to do this  using  jquery, but that seemed too technical for me. So I simply deleted out the trackbacks code which we had [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2207</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Thu, 12 Mar 2009 17:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2207</guid>
		<description>Ah OK, to get the trackbacks to slide back up change slideDown to slideToggle.</description>
		<content:encoded><![CDATA[<p>Ah OK, to get the trackbacks to slide back up change slideDown to slideToggle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arcadian</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2206</link>
		<dc:creator>Arcadian</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2206</guid>
		<description>No problem Curtis, happy to help.

Yeah, I&#039;m using your code but unless I&#039;m misunderstanding something, it isn&#039;t functioning as expected. Clicking on &#039;show trackbacks&#039; gives us a nice slide down effect to reveal the trackbacks but clicking it again does not make it slide back up. Hrm. The code is interted in my theme thusly:

&lt;code&gt;


$(document).ready(function(){

$(&#039;ol.trackback&#039;).slideUp();
$(&#039;.show_trackbacks&#039;).click(function(){
	$(&#039;ol.trackback&#039;).slideDown();
});

});


&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>No problem Curtis, happy to help.</p>
<p>Yeah, I&#8217;m using your code but unless I&#8217;m misunderstanding something, it isn&#8217;t functioning as expected. Clicking on &#8216;show trackbacks&#8217; gives us a nice slide down effect to reveal the trackbacks but clicking it again does not make it slide back up. Hrm. The code is interted in my theme thusly:</p>
<p><code></p>
<p>$(document).ready(function(){</p>
<p>$('ol.trackback').slideUp();<br />
$('.show_trackbacks').click(function(){<br />
	$('ol.trackback').slideDown();<br />
});</p>
<p>});</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2204</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Wed, 11 Mar 2009 20:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2204</guid>
		<description>See my comment below for the jQuery function. If that isn&#039;t the problem check if the link has the show_trackbacks class and the track backs list has the trackback class.

And thanks for posting that code, I&#039;m sure a lot of people will find it helpful.</description>
		<content:encoded><![CDATA[<p>See my comment below for the jQuery function. If that isn&#8217;t the problem check if the link has the show_trackbacks class and the track backs list has the trackback class.</p>
<p>And thanks for posting that code, I&#8217;m sure a lot of people will find it helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arcadian</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2201</link>
		<dc:creator>Arcadian</dc:creator>
		<pubDate>Wed, 11 Mar 2009 20:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2201</guid>
		<description>To only count the comments you nned to drop the following code into your themes functions.php file.

&lt;code&gt;
add_filter(&#039;get_comments_number&#039;, &#039;comment_count&#039;, 0);
function comment_count( $count ) {
        global $id;
        $comments_by_type = &amp;separate_comments(get_comments(&#039;post_id=&#039; . $id));
        return count($comments_by_type[&#039;comment&#039;]);
}
&lt;/code&gt;

I&#039;ve got everything working part from the getting the jQuery hide function to work. :?</description>
		<content:encoded><![CDATA[<p>To only count the comments you nned to drop the following code into your themes functions.php file.</p>
<p><code><br />
add_filter('get_comments_number', 'comment_count', 0);<br />
function comment_count( $count ) {<br />
        global $id;<br />
        $comments_by_type = &amp;separate_comments(get_comments('post_id=' . $id));<br />
        return count($comments_by_type['comment']);<br />
}<br />
</code></p>
<p>I&#8217;ve got everything working part from the getting the jQuery hide function to work. :?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Lewis</title>
		<link>http://curtishenson.com/version7/separating-and-hiding-trackbacks-with-jquery-in-wordpress-27/comment-page-1/#comment-2199</link>
		<dc:creator>Sarah Lewis</dc:creator>
		<pubDate>Tue, 10 Mar 2009 16:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=432#comment-2199</guid>
		<description>Thanks bunches!</description>
		<content:encoded><![CDATA[<p>Thanks bunches!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

