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.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
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.