Remove p tag from wordpress posts and pages

How to remove p tags from wordpress post and page html. Open functions.php file located in your theme folder /wp-content/themes/THEME_NAME/functions.php Add this line anywhere in the file: remove_filter(‘the_content’, ‘wpautop’); // Remove p tags from posts and pages

Remove p tag from wordpress posts and pages Read More »