Title: Toggle edit mode
Last modified: August 22, 2016

---

# Toggle edit mode

 *  Resolved [aliferis](https://wordpress.org/support/users/aliferis/)
 * (@aliferis)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/toggle-edit-mode/)
 * Hi – awesome idea – better n front end editing weirdness
 * I’d like to be able to have a plugin option that lets me (admin) set the edit
   mode ON by default in the front end (when user logged with appropriate permissions–
   like editor Role)
 * possible ?
 * joe
 * [https://wordpress.org/plugins/wp-inline-access/](https://wordpress.org/plugins/wp-inline-access/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mrwweb](https://wordpress.org/support/users/mrwweb/)
 * (@mrwweb)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/toggle-edit-mode/#post-5521168)
 * Hi [@aliferis](https://wordpress.org/support/users/aliferis/),
 * Thanks for trying out the plugin. I should be honest up front that this plugin
   was only a proof-of-concept and is not being actively developed or supported.
   If it’s working for you, that’s really awesome (it makes me feel really good!),
   but I can’t promise development in the future.
 * For what you want, I probably would just use a little JS to toggle edit mode 
   after the plugin runs.
 * This is totally untested, but you’d do something like this:
 *     ```
       jQuery(document).ready(function ($){
           $('#wp-admin-bar-wpia-toggle-edit-mode a').click();
       });
       ```
   
 * So long as that runs after the plugins JS, that should turn edit mode on.

Viewing 1 replies (of 1 total)

The topic ‘Toggle edit mode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-inline-access_4fa0e2.svg)
 * [WP Inline Access](https://wordpress.org/plugins/wp-inline-access/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-inline-access/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-inline-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-inline-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-inline-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-inline-access/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mrwweb](https://wordpress.org/support/users/mrwweb/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/toggle-edit-mode/#post-5521168)
 * Status: resolved