Title: wp_editor usage
Last modified: August 20, 2016

---

# wp_editor usage

 *  [obidos](https://wordpress.org/support/users/obidos/)
 * (@obidos)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wp_editor-usage/)
 * Hi all,
 * I have recently come across the wp_editor function and I am having trouble getting
   it to work.
 * Here is my code to generate it:-
 *     ```
       <?php
       $settings = array('wpautop' => true, 'media_buttons' => true, 'quicktags' => true, 'textarea_rows' => '25');
       wp_editor(html_entity_decode($profileuser->description), 'description', $settings);
       ?>
       ```
   
 * This shows the box perfect in the admin area. However if i type in it and update
   the content is not saved or shown in the box.
 * How can I save the content and how can I then display the content within my theme?
 * Any help would be great. As this will solve a lot of my theme issues.
 * Thank you,

The topic ‘wp_editor usage’ is closed to new replies.

## Tags

 * [wp_editor](https://wordpress.org/support/topic-tag/wp_editor/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [obidos](https://wordpress.org/support/users/obidos/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/wp_editor-usage/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
