• What code can I use to add TinyMCE to multiple textareas on a page or to a single textarea for that matter.

    This code adds some of the basic componets, but something more is needed to make it work? Does the textarea need a special id or class?

    <?php
    if ( user_can_richedit() )
    	wp_enqueue_script('editor');
    add_thickbox();
    wp_enqueue_script('media-upload');
    ?>

Viewing 1 replies (of 1 total)
  • I have the exact same problem. If you found a solution please post it. I will post when I find one too…

Viewing 1 replies (of 1 total)
  • The topic ‘Add TinyMCE to textarea’ is closed to new replies.