<?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 Hardcoded Recent Comments Sidebar Widget Style From Your WordPress Theme</title> <atom:link href="http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Sat, 11 Feb 2012 17:00:25 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: SAL</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-52257</link> <dc:creator>SAL</dc:creator> <pubDate>Thu, 01 Dec 2011 11:14:27 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-52257</guid> <description>how to remove the word &quot;on&quot; in recent comments. It always displays the word ON after the name. I want remove this . Please help me</description> <content:encoded><![CDATA[<p>how to remove the word &#034;on&#034; in recent comments. It always displays the word ON after the name. I want remove this . Please help me</p> ]]></content:encoded> </item> <item><title>By: Emil</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-51175</link> <dc:creator>Emil</dc:creator> <pubDate>Thu, 02 Dec 2010 06:05:51 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-51175</guid> <description>Hi,
This code works for me just fine, both local and live site:
&lt;code&gt;
/**
* Recent Comments Style Removal
*/
function my_remove_recent_comments_style() {
add_filter( &#039;show_recent_comments_widget_style&#039;, &#039;__return_false&#039; );
}
add_action( &#039;widgets_init&#039;, &#039;my_remove_recent_comments_style&#039; );&lt;/code&gt;
If the above code does not display properly take a look at http://pastebin.com/W1rdRxx1 same code as in TwentyTen functions.php</description> <content:encoded><![CDATA[<p>Hi,</p><p>This code works for me just fine, both local and live site:</p><p><code><br
/> /**<br
/> * Recent Comments Style Removal<br
/> */</p><p>function my_remove_recent_comments_style() {<br
/> add_filter( 'show_recent_comments_widget_style', '__return_false' );<br
/> }<br
/> add_action( 'widgets_init', 'my_remove_recent_comments_style' );</code></p><p>If the above code does not display properly take a look at <a
href="http://pastebin.com/W1rdRxx1" rel="nofollow">http://pastebin.com/W1rdRxx1</a> same code as in TwentyTen functions.php</p> ]]></content:encoded> </item> <item><title>By: Ronnie @ Webstractions</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-50943</link> <dc:creator>Ronnie @ Webstractions</dc:creator> <pubDate>Fri, 17 Sep 2010 14:44:13 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-50943</guid> <description>You know Artem, I thought I had this removed in 3.0.1.
It works on my local install, but not my live site. I even tried playing with the priority but to no avail.
I am using your code to remove the action which is identical to the code in the TwentyTen theme. There is even a person who left a comment on my blog stating that the TwentyTen function does not work. Any ideas?</description> <content:encoded><![CDATA[<p>You know Artem, I thought I had this removed in 3.0.1.</p><p>It works on my local install, but not my live site. I even tried playing with the priority but to no avail.</p><p>I am using your code to remove the action which is identical to the code in the TwentyTen theme. There is even a person who left a comment on my blog stating that the TwentyTen function does not work. Any ideas?</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-49285</link> <dc:creator>Chris</dc:creator> <pubDate>Thu, 26 Aug 2010 11:55:26 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-49285</guid> <description>Works like a charm. Nice one.
Just note: this fix goes in the THEMES functions.php not the wordpress core functions.php</description> <content:encoded><![CDATA[<p>Works like a charm. Nice one.</p><p>Just note: this fix goes in the THEMES functions.php not the wordpress core functions.php</p> ]]></content:encoded> </item> <item><title>By: Supprimer une balise style du header pour Wordpress &#124; Blog de Johan BLEUZEN</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-39902</link> <dc:creator>Supprimer une balise style du header pour Wordpress &#124; Blog de Johan BLEUZEN</dc:creator> <pubDate>Mon, 14 Jun 2010 07:33:57 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-39902</guid> <description>[...] Source : How To Remove Inline Hardcoded Recent Comments Sidebar Widget Style [EN] [...]</description> <content:encoded><![CDATA[<p>[...] Source : How To Remove Inline Hardcoded Recent Comments Sidebar Widget Style [EN] [...]</p> ]]></content:encoded> </item> <item><title>By: Ryan Cowles</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-36127</link> <dc:creator>Ryan Cowles</dc:creator> <pubDate>Fri, 30 Apr 2010 13:58:23 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-36127</guid> <description>Worked like a charm for me!  Thanks for saving me some time!</description> <content:encoded><![CDATA[<p>Worked like a charm for me!  Thanks for saving me some time!</p> ]]></content:encoded> </item> <item><title>By: Artem Russakovskii</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-34547</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Wed, 10 Mar 2010 17:00:00 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-34547</guid> <description>Hrm, I&#039;m using 2.9.2 and it&#039;s definitely working for me, as you can see by viewing the source.</description> <content:encoded><![CDATA[<p>Hrm, I&#039;m using 2.9.2 and it&#039;s definitely working for me, as you can see by viewing the source.</p> ]]></content:encoded> </item> <item><title>By: flyin</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-34545</link> <dc:creator>flyin</dc:creator> <pubDate>Wed, 10 Mar 2010 11:28:18 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-34545</guid> <description>Update - maybe not quite as elegant a solution, le with an !important class of my own in the theme&#039;s css file. I had no idea that !important existed before but I&#039;m definitely not a fan... and I really hope Wordpress can &quot;enhance&quot; the recent comments widget going forward because this was a big pain in the butt to fix!</description> <content:encoded><![CDATA[<p>Update &#8211; maybe not quite as elegant a solution, le with an !important class of my own in the theme&#039;s css file. I had no idea that !important existed before but I&#039;m definitely not a fan&#8230; and I really hope WordPress can &#034;enhance&#034; the recent comments widget going forward because this was a big pain in the butt to fix!</p> ]]></content:encoded> </item> <item><title>By: flyin</title><link>http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-34544</link> <dc:creator>flyin</dc:creator> <pubDate>Wed, 10 Mar 2010 11:13:38 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2010/01/31/how-to-remove-inline-hardcoded-recent-comments-sidebar-widget-style-from-your-wordpress-theme/#comment-34544</guid> <description>Thanks for the article! I dropped the code into my theme&#039;s function file, but it doesn&#039;t seem to be working... I&#039;m using Wordpress 2.9.2. Any thoughts/suggestions would be appreciated! I&#039;m getting so frustrated with this style insert that I&#039;m really tempted to try hacking the core wordpress file gah!</description> <content:encoded><![CDATA[<p>Thanks for the article! I dropped the code into my theme&#039;s function file, but it doesn&#039;t seem to be working&#8230; I&#039;m using WordPress 2.9.2. Any thoughts/suggestions would be appreciated! I&#039;m getting so frustrated with this style insert that I&#039;m really tempted to try hacking the core wordpress file gah!</p> ]]></content:encoded> </item> </channel> </rss>
