Title: wp_editor (wp tinymce) position
Last modified: August 20, 2016

---

# wp_editor (wp tinymce) position

 *  Resolved [Igor Sazonov](https://wordpress.org/support/users/tigusigalpa/)
 * (@tigusigalpa)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wp_editor-wp-tinymce-position/)
 * Hi everyone!
    I use wp_editor function to make it for textarea edit:
 *     ```
       wp_editor($myval, "myid", array(
                                   'teeny' => true,
                                   'textarea_name' => "myname"
                                   ));
       ```
   
 * , textarea in html goes after label for it and also inside li element. But wp_editor
   makes tinymce editor before li, outside of lebel etc. Is it possible to make 
   wp_editor tinymce as usual element?
 * _[ Moved to: how-to and troubleshooting ]_

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

 *  Thread Starter [Igor Sazonov](https://wordpress.org/support/users/tigusigalpa/)
 * (@tigusigalpa)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wp_editor-wp-tinymce-position/#post-3334601)
 * OK, resolved! the problem is about void return of wp_editor: just echo, i think
   its bad..
    solution like this:
 *     ```
       ob_start();
       wp_editor($yourval, $yourid, $yoursettingsarray);
       $yourvar = ob_get_contents();
       ob_end_clean();
       ```
   
 *  [Eustachy Oskarensen](https://wordpress.org/support/users/eustachy-oskarensen/)
 * (@eustachy-oskarensen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wp_editor-wp-tinymce-position/#post-3334694)
 * Thanx for solution! was looking for the same problem!

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

The topic ‘wp_editor (wp tinymce) position’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Eustachy Oskarensen](https://wordpress.org/support/users/eustachy-oskarensen/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/wp_editor-wp-tinymce-position/#post-3334694)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
