<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NeoEGM.com &#187; wpautop</title>
	<atom:link href="http://www.neoegm.com/tag/wpautop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Wed, 07 Jul 2010 23:46:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)</title>
		<link>http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/</link>
		<comments>http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 00:42:58 +0000</pubDate>
		<dc:creator>NeoEGM</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[convert_chars]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wpautop]]></category>
		<category><![CDATA[wptexturize]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=444</guid>
		<description><![CDATA[For the ones used to work with WordPress editor&#8217;s HTML mode and hate when it creates &#60;p&#62;s and reorganize &#60;br/&#62;s on its will (among other things), I&#8217;ve made this plugin. I&#8217;ve been searching a lot for this kind of functionality and, since I couldn&#8217;t find any plugin which let you decide which parts of the [...]

<strong>
Related posts:<ol><li><a href='http://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/' rel='bookmark' title='Permanent Link: Hide WordPress Visual Editor Tab 1.01'>Hide WordPress Visual Editor Tab 1.01</a></li>
<li><a href='http://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/' rel='bookmark' title='Permanent Link: How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor'>How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor</a></li>
<li><a href='http://www.neoegm.com/tech/wordpress/plugins/updated-qtranslate-support-for-the-google-xml-sitemaps-generator-wordpress-plugin-3-1-6-2nd-release/' rel='bookmark' title='Permanent Link: Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)'>Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For the ones used to work with WordPress editor&#8217;s HTML mode and hate when it creates <em>&lt;p&gt;</em>s and reorganize <em>&lt;br/&gt;</em>s on its will (among other things), I&#8217;ve made this plugin.</p>
<p>I&#8217;ve been searching a lot for this kind of functionality and, since I couldn&#8217;t find any plugin which let you decide which parts of the code you&#8217;d want to leave &#8220;unformatted&#8221;, I started to write my own&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/07/WP-No-Format.png" alt="WP-No-Format" title="WP-No-Format" width="486" height="353" class="aligncenter size-full wp-image-457" /></p>
<p>It&#8217;s very simple to use. After activating it, you can just type:</p>
<p><code>&lt;!-- noformat on --&gt;</code></p>
<p>on the WordPress editor, just before the part you want to protect, and from that point on, WordPress won&#8217;t touch the HTML code you write.</p>
<p>If you want to resume the standard &#8220;formatting&#8221; you have to type:</p>
<p><code>&lt;!-- noformat off --&gt;</code></p>
<p>And that&#8217;s all!</p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">WP-No-Format is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<p><strong>Update (version 1.1):</strong> added <em>convert_chars</em> function support. Before, some characters got converted to HTML entities (for example, when writting &#8220;&#038;&#038;&#8221; appeared as &#8220;&amp;#038;&#038;&#8221;). <em><strong>[Update recommended]</strong></em></p>
<div align="center">
<p class="download"><a href="http://wordpress.org/extend/plugins/wp-no-format/" target="_blank">Download WP-No-Format v1.1</a></p>
</div>
<p><a href="http://wordpress.org/extend/plugins/wp-no-format/changelog/">Here</a> is the change log.</p>
<div align="center"><strong>Latest WordPress version tested with:</strong> <em>2.8.4</em></div>
<div class="support_notice">
<h3>Support appreciated!</h3>
<p>		All the content offered in this website is, except noted otherwise, of free nature. This means you can share it wherever you want if you do it freely and stating its source.<br/><br />
		<span style="font-size:11pt;">If it was useful for you and you&#8217;d like to contribute, you can <a href="/donate/">make a donation</a> or, at least, visit one of our <a href="/advertisers/">advertisers</a> of your choice; they are all around the site.</span></div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="&#038; #038 wordpress problem">&#038; #038 wordpress problem</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="wp no auto line break">wp no auto line break</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="wordpress posts losing formatting">wordpress posts losing formatting</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="wordpress no formatting on html editor">wordpress no formatting on html editor</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="dovefight -dove fight">dovefight -dove fight</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="advanced html editor wp no auto">advanced html editor wp no auto</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="wordpress editor formats source code">wordpress editor formats source code</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="wordpress html editor tab indent">wordpress html editor tab indent</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="wordpress code formatting short tag">wordpress code formatting short tag</a></li>
<li><a href="http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" title="wordpress html editor tab not working">wordpress html editor tab not working</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 plugin took 6.262 ms --></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" target="_blank"><img src="http://www.neoegm.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>

<strong><p>Related posts:<ol><li><a href='http://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/' rel='bookmark' title='Permanent Link: Hide WordPress Visual Editor Tab 1.01'>Hide WordPress Visual Editor Tab 1.01</a></li>
<li><a href='http://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/' rel='bookmark' title='Permanent Link: How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor'>How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor</a></li>
<li><a href='http://www.neoegm.com/tech/wordpress/plugins/updated-qtranslate-support-for-the-google-xml-sitemaps-generator-wordpress-plugin-3-1-6-2nd-release/' rel='bookmark' title='Permanent Link: Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)'>Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neoegm.com/tech/wordpress/plugins/wp-no-format/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>
