Hello scribu,
I've disabled WordPress's auto-paragraphing via
remove_filter('the_content', 'wpautop');
so my content is normally saved with paragraph tags (<p>…</p>).
When I use Front End Editor, it strips them when saving, which unfortunately spoils the markup. Is there any way I can prevent that?
Thanks! S