How can I select the default editor to be shown between the HTML and the Visual editors?
Currently the Visual editor is always selected by default and I want that the HTML editor is selected when the page loads instead.
How can I select the default editor to be shown between the HTML and the Visual editors?
Currently the Visual editor is always selected by default and I want that the HTML editor is selected when the page loads instead.
You must be logged in to post a comment.
This sould do it. Add this line in your themes
functions.php
. Replace"html"
with"tinymce"
if you like to switch back.