How to stop auto formatting / p tags?
-
I’ve looked all over the place and tried every solution out there, but I’m still running into this problem.
Anytime I’m trying to use HTML for my posts and add two <br> tags, WordPress automatically strips the line breaks and wraps my text in <p> tags instead. I’ve already tried adding this code to a custom.php file no avail:
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );I’ve also tried different plugins that claim to fix this issue, and I still can’t seem to get it to work. I’d just like the posts to look exactly how I intend when I use HTML. Nothing added, changed, or stripped.
The topic ‘How to stop auto formatting / p tags?’ is closed to new replies.