If you want to hide the wordpress editor from admin panel then you can use the following code in functions.php file. This is achived with very simple css trick.
add_action('admin_head', 'hide_post_box');
function hide_post_box() {
?>
<style>
#editor-toolbar{ display:none; }
#editorcontainer{ display:none; }
#quicktags { display:none; }
#post-status-info { display:none; }
</style>
<?php
}
Incoming search terms:
- wordpress hide visual editor
- disable quicktags in comment editor wordpress
- wordpress hide page from editor
- wordpress hide html editor
- wordpress hide editor in page admin
- wordpress hide editor
- wordpress editor status
- wordpress editor ausblenden
- wordpress disable visual editor functions php
- wordpress comment html editor to visual editor
- wordpress admin hide editor on certain page
- what is 2011 visual editor wordpress theme
- html visual editor programs
- how to hide wordpress editor toolbar
- hide wordpress editor
- hide visual editor wordpress for specific page
- hide post editor wordpress
- wordpress ocultar visual html







……..How to – HTML CSS JavaScript..Replies..Views..Latest Post……..
You actually make it seem so easy with your presentation but I find this topic to be really something that I think I would never understand. It seems too complicated and very broad for me. I’m looking forward for your next post, I will try to get the hang of it!
You sir are brilliant. I have been trying to solve this one for ages. I installed Adminimize which is brillinat and it seems the only thing it wont remove is the post editor. Using Adminimize however you can specify your own meta things to remove only I didnt know what they were. They were these;
#editor-toolbar
#editorcontainer
#quicktags
#post-status-info
So now success.
Is there a way I can find out what the different meta thingos are … like I didnt know it was called editorcontainer
but how would i find out what other parts are called?
Sorry I dont quite have all the proper lingo.
This post makes a lot of sense !
Good! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?
Nice post! You truly have a wonderful way of writing which I find captivating! I will definitely be bookmarking you and returning to your blog. In fact, your post reminded me about a strange thing that happened to me the other day. I’ll tell you about that later…
I’ve been checking your blog for a while now, seems like everyday I learn something new
Thanks
Hello, this is my first time i visit here. I found so many interesting in your blog especially on how to determine the topic. keep up the good work.
I was just having a conversation over this I am glad I came across this it cleared some of the questions I had.
Awesome post. I so good to see someone taking the time to share this information
I REALLY liked your post and blog! It took me a minute bit to find your site…but I bookmarked it. Would you mind if I posted a link back to your post?
I would like to say “wow” what a inspiring post. This is really great. Keep doing what you’re doing!!
Great insight! How do we insert location into the boolean search string?
Hi, great post. One question is there a way to hide editor for only the admin post but keep it for admin page?
I have the same question. I’d like to be able to write the function so it only applies to specific admin posts/pages. Please let me know if there is a way to do this.