Sam Burge is a developer in the UK who created a WordPress plug-in which allows one to make posts with multiple columns. wp post columns 2.0. This is a very useful plugin if you want to separate information into multiple columns (you could use html table tags, not recommended, use tables for data).

I did give Sam a nudge to develop version 2.0. His first version was just two columns and I wanted three. I did a modification and sent it to him, he liked it and generalized to any number of columns. It was a good exercise for me since I was able learn more details about WordPress.

The plug-in uses simple tags to create columns. Here are some examples:

Two Columns in a WordPress Page

[column width="40%" padding="5%"]Two Columns in a WordPress Post[/column]

Three Columns in a WordPress Page

[column width="30%" padding="5%"]Three Columns in a WordPress Post[/column]

Three Columns in a WordPress Page

[end_columns]

Multiple Columns in a WordPress Page

[column width="20%" padding="5%"]Multiple Columns in a WordPress Post[/column]

Multiple Columns in a WordPress Page

[column width="20%" padding="0%"]Multiple Columns in a WordPress Post[/column]

Sam released his Simplistix theme a few days after my endeavor into multiple columns. Good timing! I really like the layout of the theme and he has some great features.

Get his theme here:
Simplistix theme.

Note: There is a bug within WordPress with the Visual Editor. The editor adds extra “p” tags when you save pages or posts with the visual editor. You might notice that the Visual Editor puts extra lines in your posts. Welcome to the p tag issue! Read about it here:Unwanted tags in HTML Idea: Trust me when I edit HTML