WordPress Tip-Disable Visual Editor

Posted by Karen - August 8th, 2007

WordPress has a built-in visual editor that you can use if you want to when writing posts. It has been my experience and that of several of my clients who use WordPress that this visual editor can really mess your post up. It can screw up your perfectly valid code and there is a better way to view your posts prior to publishing.

First, you will want to disable the visual editor. Log into your WordPress admin area. Click on Users. Next, click on Your Profile. Under Personal Options, make sure the box in front of “Use the visual editor when writing” is un-checked.

Now, when you write a post you will see an editor with just a minimum of tags to use. You can add any XHTML code manually. After writing your post click “Save and Continue Editing”. Now you will see a “Preview” link to the right of the allowable tags. That’s right, even though you haven’t clicked “Publish” yet, WordPress creates a draft of your post, but it won’t be saved completely until you actually click “Save“. You can click “Save” when you want to save your draft permanently to work on it later, and then click “Publish” when you are satisfied with your post.

Happy posting!

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • StumbleUpon
  • Facebook
  • Technorati

11 Responses to “WordPress Tip-Disable Visual Editor”

  1. Frits Says:

    That is very interesting Karen,

    I keep surprising myself about WordPress. Sometimes I wonder if I should switch to that.
    But I like playing around with layouts a lot. I am even thinking of using a seperate design of every month of my blog, maybe even use a style switcher to allow even more layouts for one month… some designs on the internet are so great you know…

    I doubt if WordPress is really suitable for that. A little coding here and there is no problem for me, so I think I will probably stick to xhtml/css and some javascript.

  2. Karen Says:

    actually, WordPress is in fact perfect for switching layouts or themes…you can upload as many themes as you want in your themes directory and they will be available for you to use in your admin/presentation area…you can even code your theme pages manually…you don’t touch the php (unless you know what you are doing)…you just change the style.css of the theme and maybe some of the XHTML on the themes php files if you’ve created new or different div’s and then you can use the theme switcher to allow your users to select whatever theme they want to have when they visit your site :)

    If you ever decide to switch to WordPress, let me know. I can certainly help ;)

  3. Frits Says:

    …help…
    ;)

    ok, thank you very much Karen,
    I will think about it.
    :)

  4. Robbie Says:

    I really had problems with this when editing comments - I reply to a comment but editing it and adding “Reply:…” (since I can’t get the admin reply plugin to work!).

    And I didn’t know and probably turned on the Visual Editor by accident (not knowingly what it will do), and it messed up my comments, I had to delete those tags, reedit the comment and such.

    But someone helped from a forum (I think it was you on OD), not sure.

    Thanks!

  5. Karen Says:

    yeah, it happens…pain in the neck really…glad you worked it out and someone helped you with it…could have been me, I don’t recall ;)

  6. Music Lover Says:

    thanks a lot, it was just what I was looking for !
    it was really an ugly job to edit a post because the visual editor messed up my posts and i had to do edit them all over again every time.

    thanks ! :)

  7. Karen Says:

    you’re very welcome! I’m glad my post helped you :)

  8. Jovan Says:

    Good job, very useful information it will come in handy some day. THANKS!

  9. Karen Says:

    no problem :)

  10. jhon Says:

    very useful tip, Karen.
    I write my post in dreamweaver and than copy and past the code in wordpress.

    Thank you!

  11. Karen Says:

    I’m glad I could help, jhon :)