Not working; solution
-
Visual/Edit tab not working on newer WordPress versions.
But you don’t need this plugin, you just need to add to your functions:remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );If you use TinyMCE, maybe you want to disable wpautop there too.
- The topic ‘Not working; solution’ is closed to new replies.