Hi, i try that and it is working but not exactly like i thought. I wish to keep the Upload / Insert button image but hide the Media button and the editor. But if i do
function admin_init()
{
remove_post_type_support('post', 'editor');
}
add_action("admin_init", "admin_init");
this hide the editor, buttom image and the Media button.
How can i keep only the image button??
Thanks in advance