ok so far have tested this code and managed to get MCE load in the textarea. But I like it to be in advance mode like in post and pages. Any ideas ?
add_filter( ‘teeny_mce_before_init’, create_function( ‘$a’, ‘$a[“height”] = “400”; $a[“width”] = “600”; $a[“onpageload”] = “”; $a[“mode”] = “textareas”; $a[“editor_selector”] = “mceEditor”; return $a;’ ) );
wp_tiny_mce( true );
Thanks for any help