I was wondering how to display just the following buttons:
bold
italic
underline
unordered list
ordered list
insert link
unlik
blockquote
—
Thanks in advance.
I was wondering how to display just the following buttons:
bold
italic
underline
unordered list
ordered list
insert link
unlik
blockquote
—
Thanks in advance.
You must be logged in to post a comment.
Hi @José Pablo Orozco MarÃn:
If you are looking for how to code the custom buttons yourself, WordPress’ Codex has a great example that shows you how:
The example is complicated because it shows you how to add your own controls but if you are using the standard buttons you don’t need to make is to complex. Here’s a list of the standard buttons:
To illustrate I’ve modified the example to show only the buttons you wanted. This code can be placed in your theme’s
functions.php
file or in a.php
file for a plugin that you might be writing:And here’s what it looks like when add a New Post:
With the tinyMCE advanced plugin you can control many aspects of the tinyMCE editor. You can add options, remove options and rearrange them as well.
The plugin can be downloaded here: http://wordpress.org/extend/plugins/tinymce-advanced/