Custom-fields autoformatting
-
I know turning off autoformatting is a common issue, but it seems that every way to turning it off doesn’t work for me. Or I’m doing something wrong.
- I used
remove_filter('the_content', 'wpautop');
in my functions.php - installed “raw-html” and “ps-disable autop”
- turning off xhtml-correction in the admin-section
I guess now I get on my page, what I see in the html-editor of my posts. Unfortunately wordpress still paste
<p>
and<br />
tags in the text in the html-editor. Maybe it’s importand that I use custom fields instead of the regular text-field to manage my posts. - I used
- The topic ‘Custom-fields autoformatting’ is closed to new replies.