Title: [Plugin: Front-end Editor] Use editable_post_meta outside loop?
Last modified: August 19, 2016

---

# [Plugin: Front-end Editor] Use editable_post_meta outside loop?

 *  Resolved [Mindshare Labs, Inc.](https://wordpress.org/support/users/mindshare/)
 * (@mindshare)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-use-editable_post_meta-outside-loop/)
 * When I use editable_post_meta outside the loop it I don’t throw any errors but
   I the Front End Editor doesn’t show up when I double click on the custom field
   text. Any thoughts on fixing this?
 * Here’s my code:
 *     ```
       $teaser = get_post_meta(get_the_ID(), 'short_teaser', true);
       if (empty($teaser) || $teaser == '[empty]') {
       	$teaser = 'my default content';
       	update_post_meta(get_the_ID(), 'short_teaser', $teaser);
       }
       editable_post_meta(get_the_ID(), 'short_teaser', 'rich');
       ```
   
 * [http://wordpress.org/extend/plugins/front-end-editor/](http://wordpress.org/extend/plugins/front-end-editor/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-use-editable_post_meta-outside-loop/#post-1389754)
 * This is fixed in the development version (1.7b).
 * Thanks for reporting.
 *  Thread Starter [Mindshare Labs, Inc.](https://wordpress.org/support/users/mindshare/)
 * (@mindshare)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-use-editable_post_meta-outside-loop/#post-1389940)
 * Thank you! Amazing plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Front-end Editor] Use editable_post_meta outside loop?’ is closed
to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Mindshare Labs, Inc.](https://wordpress.org/support/users/mindshare/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-use-editable_post_meta-outside-loop/#post-1389940)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
