Title: [Plugin: Front-end Editor] Making a custom editable Box
Last modified: August 20, 2016

---

# [Plugin: Front-end Editor] Making a custom editable Box

 *  [mdevaney](https://wordpress.org/support/users/mdevaney/)
 * (@mdevaney)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-front-end-editor-making-a-custom-editable-box/)
 * Ok so I have this:
 *     ```
       <?php editable_option( array(
         'key' => 'resume_head',
         'type' => 'rich',
         'default' => '<b>Your A. Name</b><br />Industry Title<br />555-223-6547<br />user@domainname.com'
       ) ); ?>
       ```
   
 * and when you try to update it, it deletes and makes a blank space difficult to
   edit.
 * Any ideas?
 * [http://wordpress.org/extend/plugins/front-end-editor/](http://wordpress.org/extend/plugins/front-end-editor/)

The topic ‘[Plugin: Front-end Editor] Making a custom editable Box’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [mdevaney](https://wordpress.org/support/users/mdevaney/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-front-end-editor-making-a-custom-editable-box/)
 * Status: not resolved