Of WordPress visual editor

Many time I find the visual editor in WordPress is annoying and adding some unnecessary classes and property, which eventually mess a layout. Some clients who are not familiar with seeing code is the one that needs lot of help in this case. This is unlike fixing bathroom light fixtures – a one time deal. I ended up more works to fix the layout itself sometimes.

WP Text Editor

Visual Editor

  • Adding unnecessary and empty <p> </p> tag
  • Adding lots of <br /> tags sometimes
  • Cannot add new <div> when needed
  • Placing unfriendly symbol code, like using the typing “&” instead of code

I always turn off visual editor just so I can be more flexible in terms of adding some additional DIV or classes. The only differences I find between visual editor and no visual editor is the code is in-your-face.

WP none visual editor

None visual editor

  • Flexibility of adding code and make sure it valid
  • Still automatically add in <p> </p> tag when you press enter, twice
  • Still work the same for the Upload/Insert on top of the editor
  • Still have all those necessary button bold, italic, link and etc.

So, do you use visual editor or none visual editor in your WordPress?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>