=== NoAutoP === Contributors: Drew Gourley Tags: wordpress, autop, formatting, remove, paragraph, tag, wp_autop, Requires at least: 2.3 Tested up to: 2.8.5 Stable tag: trunk This plugin adds the function "the_content_noautop" which doesn't include a paragraph tag automatically with the post content. == Description == Adds the function "the_content_noautop" which doesn't include a paragraph tag automatically with the post content. Use the_content_noautop(); instead of the_content(); in the loop when you don't want an automatic paragraph tag in your blog. This could be useful in many advanced formatting situations. == Installation == 1. Upload the whole plugin folder to your /wp-content/plugins/ folder. 2. Go to the Plugins page and activate the plugin. 3. When needed, replace the instance of "the_content();" inside of your theme files with "the_content_noautop();" This will allow you to control all aspects of styling the output text within your theme. == License == This file is part of NoAutoP. NoAutoP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. NoAutoP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with NoAutoP. If not, see . == Frequently Asked Questions == = Questions? = This is version 1, we haven't been asked any questions yet...