Hide editorcontainer in edit/add post
-
Hi!
I want to hide title, media buttons and editor (visual and html) from add/edit post, it’s possible?
I found a great plugin (iMasters Hacks Widgets), whith it I can hide a lot of things, but I can’t hide title an editor.
Also I tried add the following line into functions.php …
function customize_meta_boxes() { remove_meta_box('editorcontainer','post','normal'); add_action('admin_init','customize_meta_boxes');
But I get a blank screen when I access to admin page.
Any ideas?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Hide editorcontainer in edit/add post’ is closed to new replies.