How to disable automatic paragraphs in WordPress editor

Simply paste the following line into your functions.php file:

remove_filter('the_content', 'wpautop');

That’s all. Once you saved the file, WordPress will no longer create automatic paragraphs on your content.

Leave a Reply

Your email address will not be published. Required fields are marked *