None on the suggested remedies as far as disabling the filter like this:
//add_filter('the_content', 'wpautop'); in default_filters.php
are working for me.
Anyone got anything? Thanks in advance,.
None on the suggested remedies as far as disabling the filter like this:
//add_filter('the_content', 'wpautop'); in default_filters.php
are working for me.
Anyone got anything? Thanks in advance,.
I don't know what else you've tried, but the default way to remove filters is with:
remove_filter('the_content', 'wpautop');
In my experience, that should do it. Have you already tried this? What else have you tried?
This topic has been closed to new replies.