i need to remove the deafault TinyMCE editor from pages, i used this:
remove_post_type_support( 'page', 'editor' );
But it removes also the media button that i need
|
i need to remove the deafault TinyMCE editor from pages, i used this:
But it removes also the media button that i need |
|||
|
|
|
You may want to have a look at the brand new wp_editor function in WP3.3, there's an option tiny_mce=true/false: |
|||
|
|