Remove Auto-Paragraph Tags from Editor in WordPress

// Add this to your template file where you wish the editor to ignore adding the <p> tags automatically to your page/post <?php remove_filter ('the_content', 'wpautop'); ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.