Title: [Plugin: Front-end Editor] more obvious edit button
Last modified: August 20, 2016

---

# [Plugin: Front-end Editor] more obvious edit button

 *  [chinola](https://wordpress.org/support/users/chinola/)
 * (@chinola)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-more-obvious-edit-button/)
 * I’d like to have a more obvious edit button on posts when users are logged in.
   I have one that works fine now but it takes them to the standard edit screen.
 * is there a snippet i can use so when a user clicks the edit button I have, it
   uses the front end editor?
 * (i hope that was clear enough)
 * [http://wordpress.org/extend/plugins/front-end-editor/](http://wordpress.org/extend/plugins/front-end-editor/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-more-obvious-edit-button/#post-2442493)
 * Yes, this is possible using the [development version](http://downloads.wordpress.org/plugin/front-end-editor.zip)(
   2.2-alpha4), by having this kind of markup:
 *     ```
       <div class="fee-group">
         <?php the_title(); ?>
   
         ... whatever else you want to show/edit ...
   
         <div class="fee-edit-button">Your button</div>
       </div>
       ```
   
 * You can replace `<div>` with whatever you want. The ‘fee-group’ and ‘fee-edit-
   button’ classes are what’s important.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Front-end Editor] more obvious edit button’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/front-end-editor.svg)
 * [Front-end Editor](https://wordpress.org/plugins/front-end-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-editor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [scribu](https://wordpress.org/support/users/scribu/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-more-obvious-edit-button/#post-2442493)
 * Status: not resolved