<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A look at WordPress filters. Disable wpautop() on post formatting.</title>
	<atom:link href="http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/</link>
	<description>Hacking WordPress. Keeping the bits together.</description>
	<lastBuildDate>Fri, 13 Nov 2009 19:04:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Disable wpautop &#171; Links related to WordPress</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-3071</link>
		<dc:creator>Disable wpautop &#171; Links related to WordPress</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-3071</guid>
		<description>[...] 7月 2, 2009 in plugins   http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formattin... [...]</description>
		<content:encoded><![CDATA[<p>[...] 7月 2, 2009 in plugins   <a href="http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formattin.." rel="nofollow">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formattin..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atle</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-3059</link>
		<dc:creator>Atle</dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-3059</guid>
		<description>Yes, I know this is post is old, but anyway, I just wanted to say thanks for a great post! ;)</description>
		<content:encoded><![CDATA[<p>Yes, I know this is post is old, but anyway, I just wanted to say thanks for a great post! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fenyx</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2991</link>
		<dc:creator>fenyx</dc:creator>
		<pubDate>Thu, 08 Jan 2009 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2991</guid>
		<description>&quot;are replaced by paragraphs or &quot; [br&#039; /]</description>
		<content:encoded><![CDATA[<p>&#8220;are replaced by paragraphs or &#8221; [br' /]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fenyx</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2990</link>
		<dc:creator>fenyx</dc:creator>
		<pubDate>Thu, 08 Jan 2009 12:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2990</guid>
		<description>The missing &lt;a href=&quot;http://wordpress.org/extend/ideas/topic.php?id=11&amp;page=4#post-7014&quot; rel=&quot;nofollow&quot;&gt;HERE&lt;/a&gt; link, sorry</description>
		<content:encoded><![CDATA[<p>The missing <a href="http://wordpress.org/extend/ideas/topic.php?id=11&amp;page=4#post-7014" rel="nofollow">HERE</a> link, sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fenyx</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2989</link>
		<dc:creator>fenyx</dc:creator>
		<pubDate>Thu, 08 Jan 2009 12:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2989</guid>
		<description>Thanks for this work.
I wanted to find the same result as on the &lt;a href=&quot;http://tinymce.moxiecode.com/examples/full.php&quot; title=&quot;TinyMCE test page&quot; rel=&quot;nofollow&quot;&gt;TinyMCE test page&lt;/a&gt; but I still can&#039;t. I explain: when I paste my text to the Visual Editor then I switch to HTML Editor, I can see that all the line breaks and empty lines are replaced by paragraphs or . But when I do the same in the Wordpress v2.6.3 Visual Editor, my blank lines stay just blank lines even in HTML view. And as you know, a blank line provides no result at all in HTML.

Do you hav any idea of how I could make my editor working the same way as the rel TinyMCE editor? Is it related to formatting.php or post-template.php by any way? I&#039;m just a noob, sorry for that. But I really need your help to make my use of Wordpress easier (and above all faster). Manually inserting  and  everywhere in a long article through HTML view is so annoying and could be so long...

Mptre seems to have found a solution HERE. What do you think about it? I&#039;ve searched a lot more infos about what is /n and /r but it looks like chinese language to me. Is /n same as what I do by SHIFT+ENTER in Visual Editor?

So much questions in this post :)</description>
		<content:encoded><![CDATA[<p>Thanks for this work.<br />
I wanted to find the same result as on the <a href="http://tinymce.moxiecode.com/examples/full.php" title="TinyMCE test page" rel="nofollow">TinyMCE test page</a> but I still can&#8217;t. I explain: when I paste my text to the Visual Editor then I switch to HTML Editor, I can see that all the line breaks and empty lines are replaced by paragraphs or . But when I do the same in the WordPress v2.6.3 Visual Editor, my blank lines stay just blank lines even in HTML view. And as you know, a blank line provides no result at all in HTML.</p>
<p>Do you hav any idea of how I could make my editor working the same way as the rel TinyMCE editor? Is it related to formatting.php or post-template.php by any way? I&#8217;m just a noob, sorry for that. But I really need your help to make my use of WordPress easier (and above all faster). Manually inserting  and  everywhere in a long article through HTML view is so annoying and could be so long&#8230;</p>
<p>Mptre seems to have found a solution HERE. What do you think about it? I&#8217;ve searched a lot more infos about what is /n and /r but it looks like chinese language to me. Is /n same as what I do by SHIFT+ENTER in Visual Editor?</p>
<p>So much questions in this post :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venz</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2988</link>
		<dc:creator>venz</dc:creator>
		<pubDate>Thu, 08 Jan 2009 01:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2988</guid>
		<description>My problem is this. I migrated data from a Drupal blog. I need WP to display the posts according to its html markup. 

However, I want the usual WP formatting rules applied for new posts. Is there a way to do this?</description>
		<content:encoded><![CDATA[<p>My problem is this. I migrated data from a Drupal blog. I need WP to display the posts according to its html markup. </p>
<p>However, I want the usual WP formatting rules applied for new posts. Is there a way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lady Johanna</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2980</link>
		<dc:creator>Lady Johanna</dc:creator>
		<pubDate>Wed, 31 Dec 2008 15:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2980</guid>
		<description>I LOVE you!

I commented out the wordautop stuff everywhere except for comments, on the theory that people expect certain behavior from WP comments.

I can know write actual HTML the way I want it without it throwing piles of random paragraph tags around my images and whatnot.

YOU ROCK!!!!</description>
		<content:encoded><![CDATA[<p>I LOVE you!</p>
<p>I commented out the wordautop stuff everywhere except for comments, on the theory that people expect certain behavior from WP comments.</p>
<p>I can know write actual HTML the way I want it without it throwing piles of random paragraph tags around my images and whatnot.</p>
<p>YOU ROCK!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mOLOk&#8217;s nest &#187; Blog Archive &#187; Ingratitudine</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2259</link>
		<dc:creator>mOLOk&#8217;s nest &#187; Blog Archive &#187; Ingratitudine</dc:creator>
		<pubDate>Mon, 24 Dec 2007 02:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2259</guid>
		<description>[...] per quelli come me che usano editor esterni, editor seri come Vim. Soluzione: Mi ha aiutato questo post in cui mi sono reso conto di non essere l&#8217;unico a soffrire questo comportamento. Dal sito di [...]</description>
		<content:encoded><![CDATA[<p>[...] per quelli come me che usano editor esterni, editor seri come Vim. Soluzione: Mi ha aiutato questo post in cui mi sono reso conto di non essere l&#8217;unico a soffrire questo comportamento. Dal sito di [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mOLOk</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2258</link>
		<dc:creator>mOLOk</dc:creator>
		<pubDate>Mon, 24 Dec 2007 00:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2258</guid>
		<description>Thanks from another Vim user :)
I use &lt;a href=&quot;http://dafizilla.sourceforge.net/viewsourcewith/index.php&quot; rel=&quot;nofollow&quot;&gt;ViewSourceWith&lt;/a&gt; plugin for firefox to use vim to edit ANY textbox, including the &quot;Write Post&quot; one of wordpress :)
Finally I can write my posts with a decent editor.
HTH</description>
		<content:encoded><![CDATA[<p>Thanks from another Vim user :)<br />
I use <a href="http://dafizilla.sourceforge.net/viewsourcewith/index.php" rel="nofollow">ViewSourceWith</a> plugin for firefox to use vim to edit ANY textbox, including the &#8220;Write Post&#8221; one of wordpress :)<br />
Finally I can write my posts with a decent editor.<br />
HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Remove Crazy WordPress MU HTML Filter &#124; Binh dot Name</title>
		<link>http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2223</link>
		<dc:creator>How to Remove Crazy WordPress MU HTML Filter &#124; Binh dot Name</dc:creator>
		<pubDate>Fri, 21 Dec 2007 22:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/06/a-look-at-wordpress-filters-disable-wpautop-on-post-formatting/#comment-2223</guid>
		<description>[...] tried to search for solution for few times. I found this post A look at WordPress filters. Disable wpautop() on post formatting. by Leonid Mamchenkov. It was not a correct solution for this problem. That post only point out how [...]</description>
		<content:encoded><![CDATA[<p>[...] tried to search for solution for few times. I found this post A look at WordPress filters. Disable wpautop() on post formatting. by Leonid Mamchenkov. It was not a correct solution for this problem. That post only point out how [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
