Before WordPress displays post's content, the content gets passed through multiple filters to ensure that it safely appears how you enter it within the editor..
This plugin displays in the publish meta box of the post edit screen that disables the filter for that post..
Upload the folder to the wp-content plugins directory.
Proceed to Settings->Writing and select which post types should have the option to disable the wpautop filter...
Solves WP for editing custom web pages where WP puts in tags you don't want ..
Allows for clean migration of existing static page HTML to WP, without having to fix WP tries to put in without asking and.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fixing bug where users upgrading from 1.0 would not receive the defaults for settings that were introduced in 1.1.. 1.1.
Adding the ability to choose which post types have the option to disable the filter on Settings->Writing page..
When activating the plugin for the time, all post types are set to have the ability to disable the filter.
Read more