WordPress Inserting p Tags Automatically

It can be somewhat annoying that WP automatically inserts <p> tags into your posts and pages via the WYSIWYG editor. In order to 86 this functionality you can just add remove_filter (‘the_content’, ‘wpautop’); to your functions.php file. You’ll now have to add paragraph tags manually but if you’re semi-savvy with basic html, that shouldn’t be an issue.