How to set HTML editor as the default in WordPress

Simply paste the following code on your functions.php file, save it, and you're done!

add_filter('wp_default_editor', create_function('', 'return "html";'));

Credit: WP Snippets.


View the original article here


This post was made using the Auto Blogging Software from WebMagnates.org This line will not appear when posts are made after activating the software to full version.

0 comments:

Post a Comment