<?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 inline Recent Comments style from WordPress</title>
	<atom:link href="http://webstractions.com/wordpress/remove-recent-comments-inline-styl/feed/" rel="self" type="application/rss+xml" />
	<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/</link>
	<description>Abstract thoughts in web design and development.</description>
	<lastBuildDate>Wed, 09 Feb 2011 02:54:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-363</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sat, 18 Sep 2010 17:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-363</guid>
		<description>Kewl. It did not work for me though. I think there may be a priority issue involved here too. Not certain about that.</description>
		<content:encoded><![CDATA[<p>Kewl. It did not work for me though. I think there may be a priority issue involved here too. Not certain about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stever</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-361</link>
		<dc:creator>Stever</dc:creator>
		<pubDate>Fri, 17 Sep 2010 17:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-361</guid>
		<description>I simply renamed things in your original filter and it worked for me in WP 3.0.1</description>
		<content:encoded><![CDATA[<p>I simply renamed things in your original filter and it worked for me in WP 3.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-360</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Fri, 17 Sep 2010 10:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-360</guid>
		<description>John - I have no idea what you saw. That article does not have any reference to the recent_comments_style at all. I cannot find any reference to that anywhere on Smashing.</description>
		<content:encoded><![CDATA[<p>John &#8211; I have no idea what you saw. That article does not have any reference to the recent_comments_style at all. I cannot find any reference to that anywhere on Smashing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-359</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Fri, 17 Sep 2010 10:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-359</guid>
		<description>Mike - Look inside of your TwentyTen functions.php file. They should have an add_action to remove that styling and should look exactly as I have written in my update above.</description>
		<content:encoded><![CDATA[<p>Mike &#8211; Look inside of your TwentyTen functions.php file. They should have an add_action to remove that styling and should look exactly as I have written in my update above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-358</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Fri, 17 Sep 2010 10:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-358</guid>
		<description>Stever - That is almost correct. We need to remove this as an action from  widget_init, as opposed to a filter from wp_head in versions prior to 2.8.</description>
		<content:encoded><![CDATA[<p>Stever &#8211; That is almost correct. We need to remove this as an action from  widget_init, as opposed to a filter from wp_head in versions prior to 2.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stever</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-354</link>
		<dc:creator>Stever</dc:creator>
		<pubDate>Fri, 17 Sep 2010 01:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-354</guid>
		<description>The fix for 3.0 is simply to rename &lt;em&gt;wp_widget_recent_comments_style&lt;/em&gt; to &lt;em&gt;recent_comments_style&lt;/em&gt; in Ronnie&#039;s custom filter above.</description>
		<content:encoded><![CDATA[<p>The fix for 3.0 is simply to rename <em>wp_widget_recent_comments_style</em> to <em>recent_comments_style</em> in Ronnie&#8217;s custom filter above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-292</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sun, 22 Aug 2010 03:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-292</guid>
		<description>Mike - Haven&#039;t had a chance to look into this for you. I have just put up a new theme, and after upgrading to 3.0.1 too. I have put it on my to-do list for local copy and hopefully will get around to it soon.</description>
		<content:encoded><![CDATA[<p>Mike &#8211; Haven&#8217;t had a chance to look into this for you. I have just put up a new theme, and after upgrading to 3.0.1 too. I have put it on my to-do list for local copy and hopefully will get around to it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-291</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sun, 22 Aug 2010 03:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-291</guid>
		<description>Jan - I guess it would depend on the filter you are removing. Some you should not remove unless you know exactly what the filter does, and you are comfortable that you have a valid replacement. This is probably why the codex warns against it.</description>
		<content:encoded><![CDATA[<p>Jan &#8211; I guess it would depend on the filter you are removing. Some you should not remove unless you know exactly what the filter does, and you are comfortable that you have a valid replacement. This is probably why the codex warns against it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-290</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 19 Aug 2010 07:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-290</guid>
		<description>This doesn&#039;t seem to work in WP 3.0 with Twenty Ten. Has anyone found an alternative method to get rid of this?</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to work in WP 3.0 with Twenty Ten. Has anyone found an alternative method to get rid of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://webstractions.com/wordpress/remove-recent-comments-inline-styl/comment-page-1/#comment-289</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 10 Aug 2010 01:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=175#comment-289</guid>
		<description>Hey it didn&#039;t work initially but if you use function #10 on this article: http://www.smashingmagazine.com/2009/08/18/10-useful-wordpress-hook-hacks/
You can see that they added a random string to the function, I just adjusted your code with the new filter name and it worked fine.  Not sure if it changes for each WP install but for me the filter name was: 

d02ebdf4d5bbdd8c32a82c7f6a3bddb2recent_comments_style</description>
		<content:encoded><![CDATA[<p>Hey it didn&#8217;t work initially but if you use function #10 on this article: <a href="http://www.smashingmagazine.com/2009/08/18/10-useful-wordpress-hook-hacks/" rel="nofollow">http://www.smashingmagazine.com/2009/08/18/10-useful-wordpress-hook-hacks/</a><br />
You can see that they added a random string to the function, I just adjusted your code with the new filter name and it worked fine.  Not sure if it changes for each WP install but for me the filter name was: </p>
<p>d02ebdf4d5bbdd8c32a82c7f6a3bddb2recent_comments_style</p>
]]></content:encoded>
	</item>
</channel>
</rss>

