How To Customize WordPress WYSIWYG Editor


Sponsored Links






Did you know that, Customize WordPress WYSIWYG Editor is one of my favorite excellent tricks by WP Engineer, please note this tricks need so many code to be added in functions.php on your theme, so read it carefully and happy explore this tricks.

How To Customize WordPress WYSIWYG Editor

How To Customize WordPress WYSIWYG Editor

Customizing the function of the buttons in your Editor

function do_change_mce_buttons( $initArray ) {
	//@see http://wiki.moxiecode.com/index.php/TinyMCE:Control_reference
	$initArray['theme_advanced_blockformats'] = 'p,address,pre,code,h3,h4,h5,h6';
	$initArray['theme_advanced_disable'] = 'forecolor';

	return $initArray;
}
add_filter('tiny_mce_before_init', 'do_change_mce_buttons');

More Details about this tweak you can check it out on this post. If you found any problem about this tricks, you can leave on this post or directly from WP Engineer Author of this original Post. Or if you want to quickest way, maybe you tried Adjusting the buttons via Customize WordPress Editor Plugin TinyMCE Advanced. Using plugin or written you own code? choose what make your happy ;)

Subscribe to Full RSS Feed

RSS FeedIf you thing this article useful, please consider subscribing to our RSS Feed or e-mail updates and stay updated with us. You can also follow @WPTricksNet on twitter for latest updates.

About WP Tricks

We are WordPress Family, we collected and writed useful tips and tricks for you WordPress. We share it for you...

Related Tips and Trick from Local Data and on The Net

How To Enable Visual Editor Actually WYSIWYG

DigWP, one of my favorite WordPress Tutorials, share another useful tips, How To Enable Visual Editor Actually WYSIWYG. If you are TwentyTen Theme user, you will find that when you are activated and use Visual Editor and edit your content … Read More

Tutorial Added Adding Custom Buttons to Editor WordPress

I was written about Customize WordPress WYSIWYG Editor, and on this tutorial is another one. Today we will show you how to adding Custom Button to WordPress Editor. There are so many advantage why we need to added custom button. … Read More

How To Add More Button on Visual Mode WordPress Editor

Did you know that, WordPress default WordPress visual mode have limited icon and function. But using some little function we can unlock More Useful Buttons in the WordPress Post Editor. Now I will show you how to do this. We … Read More

How To Customize WordPress login logo without a plugin

If you need something different on your wordpress login screen, you should try wordpress tricks on this below. This tricks is Customize WordPress login logo without a plugin installed. This code was created by Rami, I got this info from … Read More

Change Editor Style In WordPress 3.0

WordPress 3.0 introducing another nicely featured. This what we really want it a long time ago. Custom Style on Content Editor. Why this featured important? with this featured, we can show and live preview our content will be in the … Read More

How To Set HTML editor as the default on WordPress

Like we all know, WordPress has two editor mode, Visual and HTML. Now using WordPress add_filter() we can force WordPress to set HTML Editor as default WordPress Post editor. Let's do it, first open your functions.php your current themes and … Read More

Customize WordPress WYSIWYG Editor - WP Engineer

Customize WordPress WYSIWYG Editor. February 18th, 2010 by Frank • WordPress Tutorials • 21 Comments. Adjustments to the editor TinyMCE via hook, so regardless of read more

Source: http://wpengineer.com/1963/customize-wordpress-wysiwyg-editor/

TinyMCE « WordPress Codex

Looking for more buttons in the WYSIWYG editor? You can Show/Hide the Advanced Editor Toolbar in the standard Wordpress Customize TinyMCE with Filters . If you want to read more

Source: http://codex.wordpress.org/TinyMCE

Customizing the WordPress WYSIWYG TinyMCE visual editor

Adding addtional buttons or tools to WordPress WYSIWYG TinyMCE visual editor: Like most people, you probably enjoy using the built in TinyMCE visual editor that is read more

Source: http://www.lancelhoff.com/customizing-the-wordpress-wysiwyg-tinymce-visual-editor/

How To Customize WordPress WYSIWYG Editor / WordPress Tricks & Tips

Daily The Best WordPress Tricks and WordPress Tips to make your WordPress nice read more

Source: http://wptricks.net/how-to-customize-wordpress-wysiwyg-editor/

Customizing the TinyMCE WYSIWYG Editor in WordPress | kevinleary.net

Customizing the TinyMCE WYSIWYG Editor in WordPress Customize to suite your needs. An empty array is used here because I remove read more

Source: http://www.kevinleary.net/customizing-tinymce-wysiwyg-editor-wordpress/


4 Responses to How To Customize WordPress WYSIWYG Editor

  1. Pingback: How To Adding Custom Buttons to Editor Wordpress # WordPress Tricks & Tips

  2. Pingback: WordPressハッカーズ

  3. Pingback: Change Editor Style In WordPress 3.0 | Unlock IMEI Cellphones

  4. Thanks for the tips, can I ask, will this code work on the latest version of wordpress?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>