Tutorial: Removing EditorMonkey from Wordpress

A few weeks ago I published a post of my favorite Wordpress plugins. In that list I included a plugin called EditorMonkey. Unfortunately, the plugin turned out to be a lemon and was a real pain to remove. When I first tried to remove it by deactivating the plugin from the Wordpress admin panel, I could not restore the Wordpress TinyMCE editor and what remained was a meager toolbar that left me handcoding my posts in pure HTML. So, after scouring the internet blogs I was able to piece together a solution to remove the plugin and return Wordpress back to it’s original state. Enjoy!

  1. Deactivate the plugin from within the Wordpress admin panel.
  2. Go to your database, and search for the wp_usermeta table. Caution: be very careful making changes here! You can end up corrupting your entire site if you aren’t paying attention. Make sure to backup your site before proceeding.
  3. Browse within the wp_usermeta table and delete any entries that start with an em_ .
  4. Next, within the same table, go to the rich_editing field and set the value from false to true.
  5. Delete the plugin from your wp-content/plugins directory.
  6. Voila! EditorMonkey is gone and the default TinyMCE editor has returned.

0 Response to “Tutorial: Removing EditorMonkey from Wordpress”


  • No Comments

Leave a Reply