updated   : May 15, 2012
we now have 588 snippets
category tinymce
By : , on December 02, 2011 9:00 am

Add TinyMCE font select to 3rd row, always visible

wordpress snippet

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 more
By : , on August 26, 2011 9:00 am

Creating custom styles drop down in TinyMCE

wordpress snippet

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 more
By : , on August 10, 2011 9:00 am

Add TinyMCE editor to post/page title input field

wordpress snippet

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 more
By : , on August 04, 2011 9:00 am

Changing the HTML editor font in wp 3.2

wordpress snippet

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 more
By : , on June 23, 2011 9:00 am

Disable Tinymce HTML editor excluding array of users

wordpress snippet

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 more
By : , on March 09, 2011 9:00 am

Add styles select button / menu in editor

wordpress snippet

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 more
By : , on March 02, 2011 9:00 am

Add subscript and superscript buttons to editor

wordpress snippet

Adding this PHP snippet to the functions.php of your wordpress template will add subscript and superscript buttons to the wordpress editor.

read more
By : , on February 19, 2011 11:58 pm

Add horizontal rule button to editor

wordpress snippet

Adding this PHP snippet to the functions.php of your wordpress theme will add a <hr /> button to the editor.

read more