Is it possible to remove both the Visual and HTML editor for the wordpress users? I am aware of the option to disable the visual editor, but I’d like to disable the HTML editor as well and will like to have a plain text area.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It can not be changed for Post or Page content types without hacking the core (which one should never do).
You can create a custom post type that does not support ‘editor’, but does support ‘excerpt’ (which accepts plain text). See the ‘supports’ paramater of the register_post_type function.