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 mod the br/p tags that i added get removed.
Is there a way to prevent this ?