<?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: Less Filters Plugin for WordPress</title>
	<atom:link href="http://www.binh.name/less-filter-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binh.name/less-filter-plugin-for-wordpress/</link>
	<description>Freebies for SEO, Web design, computers, blogging</description>
	<lastBuildDate>Wed, 25 May 2011 10:25:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tom Lynch</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-19472</link>
		<dc:creator>Tom Lynch</dc:creator>
		<pubDate>Wed, 01 Dec 2010 00:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-19472</guid>
		<description>Lame, please email me for a copy you have my email in WP admin</description>
		<content:encoded><![CDATA[<p>Lame, please email me for a copy you have my email in WP admin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Lynch</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-19471</link>
		<dc:creator>Tom Lynch</dc:creator>
		<pubDate>Wed, 01 Dec 2010 00:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-19471</guid>
		<description>Thanks for this plugin, there are some errors, I am not sure but you seem to be pointing your add_action(&#039;init&#039; at a non existing function because you&#039;ve put your function inside a class, 2nd is that the disable_kses_content is also not working for the same reason here is my fix, untested:

ID, &#039;noautop&#039;, true);
			if ( $noautop == &#039;1&#039; &#124;&#124; $noautop = &#039;&#039;) {
				return $pee;
			}
			else {
				return wpautop($pee);
			}
		}
		
		// disable auto-p
		function less_filters()
		{
			// add conditional auto-p
			// disable auto-p
			remove_filter(&#039;the_content&#039;, &#039;wpautop&#039;);
			// add conditional auto-p
			add_filter(&#039;the_content&#039;, &#039;wp_noautop&#039;);
			
			// disable texturize
			remove_filter(&#039;comment_text&#039;, &#039;wptexturize&#039;);
			remove_filter(&#039;the_excerpt&#039;, &#039;wptexturize&#039;);
			remove_filter(&#039;the_content&#039;, &#039;wptexturize&#039;);
			#remove_filter(&#039;the_title&#039;, &#039;wptexturize&#039;);
		
			$this-&gt;disable_kses_content();
		}
		
		// disable KSES for content, Working now
		function disable_kses_content() {
			remove_filter(&#039;content_save_pre&#039;, &#039;wp_filter_post_kses&#039;);
			remove_filter(&#039;excerpt_save_pre&#039;, &#039;wp_filter_post_kses&#039;);
			remove_filter(&#039;content_filtered_save_pre&#039;, &#039;wp_filter_post_kses&#039;);
		}
	
	}


endif;

if(is_admin() &amp;&amp; !isset($lessFilter))
	$lessFilter = new lessFilter();

?&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for this plugin, there are some errors, I am not sure but you seem to be pointing your add_action('init' at a non existing function because you've put your function inside a class, 2nd is that the disable_kses_content is also not working for the same reason here is my fix, untested:</p>
<p>ID, 'noautop', true);<br />
			if ( $noautop == '1' || $noautop = '') {<br />
				return $pee;<br />
			}<br />
			else {<br />
				return wpautop($pee);<br />
			}<br />
		}</p>
<p>		// disable auto-p<br />
		function less_filters()<br />
		{<br />
			// add conditional auto-p<br />
			// disable auto-p<br />
			remove_filter('the_content', 'wpautop');<br />
			// add conditional auto-p<br />
			add_filter('the_content', 'wp_noautop');</p>
<p>			// disable texturize<br />
			remove_filter('comment_text', 'wptexturize');<br />
			remove_filter('the_excerpt', 'wptexturize');<br />
			remove_filter('the_content', 'wptexturize');<br />
			#remove_filter('the_title', 'wptexturize');</p>
<p>			$this-&gt;disable_kses_content();<br />
		}</p>
<p>		// disable KSES for content, Working now<br />
		function disable_kses_content() {<br />
			remove_filter('content_save_pre', 'wp_filter_post_kses');<br />
			remove_filter('excerpt_save_pre', 'wp_filter_post_kses');<br />
			remove_filter('content_filtered_save_pre', 'wp_filter_post_kses');<br />
		}</p>
<p>	}</p>
<p>endif;</p>
<p>if(is_admin() &amp;&amp; !isset($lessFilter))<br />
	$lessFilter = new lessFilter();</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpita</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-13059</link>
		<dc:creator>Arpita</dc:creator>
		<pubDate>Sun, 26 Sep 2010 10:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-13059</guid>
		<description>is there any way to keep php code in content on saving a post?


When I make post content from html to visual, it removes all php code from content area.


Plase let me know by email.

Thanks.
Arpita</description>
		<content:encoded><![CDATA[<p>is there any way to keep php code in content on saving a post?</p>
<p>When I make post content from html to visual, it removes all php code from content area.</p>
<p>Plase let me know by email.</p>
<p>Thanks.<br />
Arpita</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redaguojam mu.php ir įgalinam temų bei įskiepių redagavimą iš administratoriaus darbastalio</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-10944</link>
		<dc:creator>Redaguojam mu.php ir įgalinam temų bei įskiepių redagavimą iš administratoriaus darbastalio</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-10944</guid>
		<description>[...] Problemos sprendimas Less filters įskiepio pagalba. Tuomet nereikia keisti pačio wordpress kodo ir Jūsų pakeitimai pasidaro [...]</description>
		<content:encoded><![CDATA[<p>[...] Problemos sprendimas Less filters įskiepio pagalba. Tuomet nereikia keisti pačio wordpress kodo ir Jūsų pakeitimai pasidaro [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Plaw</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-7089</link>
		<dc:creator>Leo Plaw</dc:creator>
		<pubDate>Tue, 11 May 2010 22:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-7089</guid>
		<description>You should submit it to the WordPress plugins database so more people can find this useful plugin!</description>
		<content:encoded><![CDATA[<p>You should submit it to the WordPress plugins database so more people can find this useful plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Plaw</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-7088</link>
		<dc:creator>Leo Plaw</dc:creator>
		<pubDate>Tue, 11 May 2010 22:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-7088</guid>
		<description>Thank you very much for your plugin. I wish it was a default option in WordPress.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your plugin. I wish it was a default option in WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-6593</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Mon, 05 Apr 2010 23:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-6593</guid>
		<description>Does this work with WPMU?</description>
		<content:encoded><![CDATA[<p>Does this work with WPMU?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redaguojam mu.php ir įgalinam temų bei įskiepių redagavimą iš administratoriaus darbastalio &#171; kurapka</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-6304</link>
		<dc:creator>Redaguojam mu.php ir įgalinam temų bei įskiepių redagavimą iš administratoriaus darbastalio &#171; kurapka</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-6304</guid>
		<description>[...] sprendimas Less filters įskiepio [...]</description>
		<content:encoded><![CDATA[<p>[...] sprendimas Less filters įskiepio [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward de Leau</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-6137</link>
		<dc:creator>Edward de Leau</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-6137</guid>
		<description>this plugin works to enter PHP code. It also executes the PHP code (using php-exec). However, apart from XMLRPC still stripping out the tags:

includes do not work

Is there a ways to also let the includes work under WPMU+PHPEXEC?</description>
		<content:encoded><![CDATA[<p>this plugin works to enter PHP code. It also executes the PHP code (using php-exec). However, apart from XMLRPC still stripping out the tags:</p>
<p>includes do not work</p>
<p>Is there a ways to also let the includes work under WPMU+PHPEXEC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward de Leau</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-6135</link>
		<dc:creator>Edward de Leau</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-6135</guid>
		<description>Thank you for the plugin it works when entering php directly in my textboxes, unfortunately it still strips out php tags when doing a XMLRPC call and e.g. &quot;add page&quot;, can you add the remove filter for XMLRPC calls also?</description>
		<content:encoded><![CDATA[<p>Thank you for the plugin it works when entering php directly in my textboxes, unfortunately it still strips out php tags when doing a XMLRPC call and e.g. "add page", can you add the remove filter for XMLRPC calls also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Score</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-6007</link>
		<dc:creator>Score</dc:creator>
		<pubDate>Sat, 28 Nov 2009 06:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-6007</guid>
		<description>Thanks 4 this, i hew truble with wordpress MU this is ok in post bot dont work in widgets. pls any help with widgets its not workting on my users widge they not abel tu ad adsens code??
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks 4 this, i hew truble with wordpress MU this is ok in post bot dont work in widgets. pls any help with widgets its not workting on my users widge they not abel tu ad adsens code??<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaustubh</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-5950</link>
		<dc:creator>Kaustubh</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-5950</guid>
		<description>Hi I tried your pluggin in WPMU, still I cannot use Viva Zoom in my WP Installation</description>
		<content:encoded><![CDATA[<p>Hi I tried your pluggin in WPMU, still I cannot use Viva Zoom in my WP Installation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-5720</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-5720</guid>
		<description>Hi Binh. 

Nice Plugin esp. for wordpress mu. But does it affect  filtering of html/js from comments?

Thanks for your work,
Patrick</description>
		<content:encoded><![CDATA[<p>Hi Binh. </p>
<p>Nice Plugin esp. for wordpress mu. But does it affect  filtering of html/js from comments?</p>
<p>Thanks for your work,<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-5328</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-5328</guid>
		<description>Thanks for rolling this into a plugin, I searched high and low for a fix.  Ps...the grammatically correct version would be called &quot;Fewer Filters.&quot;  ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for rolling this into a plugin, I searched high and low for a fix.  Ps...the grammatically correct version would be called "Fewer Filters."  <img src='http://www.binh.name/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BZ</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-5320</link>
		<dc:creator>BZ</dc:creator>
		<pubDate>Wed, 10 Jun 2009 18:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-5320</guid>
		<description>Thanks for the plugin, it simplified the process of removing the filters! Nice work!</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin, it simplified the process of removing the filters! Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syaman</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-5298</link>
		<dc:creator>Syaman</dc:creator>
		<pubDate>Sat, 06 Jun 2009 02:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-5298</guid>
		<description>Was having a nightmare trying to embed Slide.com slideshows into my site till I came across this plugin. Thank you!</description>
		<content:encoded><![CDATA[<p>Was having a nightmare trying to embed Slide.com slideshows into my site till I came across this plugin. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orri</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/comment-page-1/#comment-5170</link>
		<dc:creator>orri</dc:creator>
		<pubDate>Thu, 30 Apr 2009 22:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.binh.name/?p=184#comment-5170</guid>
		<description>Very good and important little plugin! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very good and important little plugin! Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.365 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 23:02:23 -->
<!-- Compression = gzip -->
