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.
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.