How to remove unwanted p tags in Wordpress


Here is the code for removing unwanted p tags in WordPress


Add below code in your functions.php file


remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );

Related Post


Latest Post


Recent Posts Widget

Make sure to never miss a thing...

Get the latest news from the creative industry along with other creative goodies, conveniently delivered to social media.