Would like to replace the WYSIWYG editor that is the default with a simple text field and submit button, identical to what you use in “comments” — is this possible?
1 Answers
If you to resolve this issue, you can add the following code to the style.css of your site to hide this section.
div.mce-toolbar-grp, .wp-editor-tools { display: none;}
Hope this helps!
Please login or Register to submit your answer