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 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 moreAdd styles select button / menu in editor
Adding this snippet to the functions.php of your wordpress theme will enable a styles menu in the visual wordpress editor with the following default styles. wp-oembed, wpGallery, wp-caption-dd, wp-caption, alighright, alignleft, aligncenter
read moreAdd subscript and superscript buttons to editor
Adding this PHP snippet to the functions.php of your wordpress template will add subscript and superscript buttons to the wordpress editor.
read moreAdd horizontal rule button to editor
Adding this PHP snippet to the functions.php of your wordpress theme will add a <hr /> button to the editor.
read more













