I’ve been using WordPress for a little while and whilst its generally very good at what it does I do get frustrated by limitations in the editor.

The two things I miss the most are being able use tables and to set styles such a “Quotation”, “Note Callout” in the same way that you do in something like Microsoft Word so you can keep the look consistent across the whole blog.

(Note you should use existing markup like Paragraph, Heading 1…2..3, Quote etc when suitable as it helps with SEO)

Choosing a style in Microsoft Word

Choosing a style in Microsoft Word

This is all quite easy to do using CSS and classes – but you have to start editing the HTML manually and I want to make it easy for non-technical users when editing a post.

TIP – Keep your sanity and NEVER paste documents from Word into WordPress (even using the Paste from Word cleaning tools) . If you look at the HTML generated it will be full of useless cruft that will make trying to apply a consistent look a nightmare.

The editor WordPress uses is called TinyMCE, but it hides some features from view for simplicity. You can use other editors such as CKEditor (see FCKEditor wordpress plugin) but for this article I am going to use the Tiny MCE Advanced plugin to allow you to use the full feaures of the TinyMCE editor.

The rest of this post will walk through installing the TinyMCE Advanced plugin so if you are fimiliar with this then feel free to skip to Better Formatting with WordPress Part II where I will cover how to setup your own styles and give some examples that you can use.

Installing the TinyMCE Advanced plugin to your WordPress blog

Note this is for WordPress v2.8, other versions may be a little different

  • Plugins > Add New
  • Serach for TinyMCE Advanced
  • Click Install (right had side)
  • Then confirm with Install Now
  • Click Activate Plugin
plugins-add-new
Now choose which extra features we want in the editor by selecting Settings > TinyMCE AdvancedYou can add controls you want by dragging them to the menu bars and remove ones you won’t need. Its tempting to add everything, but you probably won’t need a lot of these and it will just make it harder to find the important stuff.

Buttons I removed

  • Smilies (come on this is a blog not an IM session!)
  • Undo and Redo (I tend to always use the hotkeys)
  • More Tag & Split Page – this is not a printed page, if a user wants to see more they scroll down.
  • Style (This lets users edit CSS inline styles – the whole point of putting this editor in place was to sop this happening and keep a consistent look)
  • XHTML Attributes – if you get to the stage of needing this (e.g. adding click events) then most people will be better of in the HTML view.
  • Insert Image (we’ve got WordPress’s Add An Image button for that)
  • Superscript and Subscript
  • Print – this is the 21st century, give the trees a break already!

unwanted-buttons

settings-tinymce-advanced

Buttons I added

  • Visual Aid
  • Table Tools
  • Styles
  • Quote

new-buttons

One final note – don’t select Import the current theme CSS classes in the CSS classes in most themes are not designed to be used for your editing. Doing so will just fill up the Styles dropdown with lots of useless entries.

import-css-from-themeDon’t select this option!

Now onto Better Formatting with WordPress Part II where we learn how to define our own styles and go through some examples.

Tags:

1 Comment on Better formatting with WordPress

  1. Eddie says:

    You can have more fine-grained control over the buttons you want available. For instance, you can remove the H1 and H2 tags from the formatting dropdown list. Details here sligo web design blog – customising tinyMCE

Leave a Reply

Anti-Spam Quiz: