Quantcast
Channel: WPRecipes
Viewing all articles
Browse latest Browse all 121

How to disable automatic paragraphs in WordPress editor

$
0
0

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.


Viewing all articles
Browse latest Browse all 121

Trending Articles