updated   : May 15, 2012
we now have 588 snippets
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 August 01, 2011 9:00 am

Enable TinyMCE editor for post the_excerpt

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add the TinyMCE editor to the post excerpt textarea.

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 May 28, 2011 9:00 am

Disable Tinymce HTML editor for everyone but admin

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will disable the Tinymce HTML editor for everyone but the admin.

read more
By : , on April 11, 2011 9:00 am

Disable the visual editor for posts and pages

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will disable the visual editor for both posts and pages.

read more