Problem with wp_editor

The wp_editor echos the editor including a textarea. So just replace the textarea with <?php wp_editor($content, $id, $args); ?> and set the arguments as you want them to be.

https://codex.wordpress.org/Function_Reference/wp_editor

tech