Html – Preventing wp from removing br and p tags
Is there a way to prevent WP from removing br and p tags from posts or pages ? so far I’ve added remove_filter(‘the_content’, ‘wpautop’); to my functions.php file which completely disables formatting. However when i edit a post or page, and in the HTML editor add br or p tags then switch back to visual… Read More »