Add TinyMCE font select to 3rd row, always visible
Adding this snippet to the functions.php of your wordpress theme will enable and place the font selection dropdown menu within the 3rd row. If in the 3rd row items will always be visible without selecting the kitchen sink button.
read moreCreating custom styles drop down in TinyMCE
Adding this snippet to the functions.php of your wordpress theme will let you create a custom styles drop down menu. Modify the array to create custom html elements and classes that can be inserted into the TinyMCE visual editor. This is a great little snippet that will let your clients add special elements to the TinyMCE editor without knowing a single thing about HTML or even shortcodes.
read moreAdd TinyMCE editor to post/page title input field
Adding this snippet to the functions.php of your wordpress theme will add the TinyMCE editor to the title input field of your wordpress posts and pages.
read morethis months featured snippets
Changing the HTML editor font in wp 3.2
As pointed out in a recent article by Justin Tadlock the font within the HTML editor is not that easy on the eyes. Adding this snippet to the functions.php of your wordpress theme will let you change the font for the wordpress HTML editor.
read moreEnable TinyMCE editor for post the_excerpt
Adding this snippet to the functions.php of your wordpress theme will add the TinyMCE editor to the post excerpt textarea.
read moreDisable Tinymce HTML editor excluding array of users
Adding this snippet to the functions.php of your wordpress theme will disable tinyMCE for everyone but the specified list of users. This is an updated version of this snippet ( Disable Tinymce ).
read moreDisable Tinymce HTML editor for everyone but admin
Adding this snippet to the functions.php of your wordpress theme will disable the Tinymce HTML editor for everyone but the admin.
read moreDisable the visual editor for posts and pages
Adding this snippet to the functions.php of your wordpress theme will disable the visual editor for both posts and pages.
read more













