This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Column-Matic

Description

Column-Matic easily inserts columns into posts and pages by wrapping content with a snappy shortcode. Useful for sites with a magazine or newspaper style layout, Column-Matic shortcode wraps content in cozy columns. Content can also be separated so that text and images are displayed on opposite sides of a post or page. Visit the Twinpictures Plugin Oven | Colum-Matic | Documentation for a complete listing of shortcode options, even a few examples that might delight and even inform. Free Community Support is available.

Screenshots

  • Example 1: two columns—column 1 is assigned a width of 180px, column 2 a width of 120px. Both columns are assigned a padding of 10px.
  • Example 2: three columns w/ class attribute assigned—columns may be assigned a class that has been pre-defined in the theme's style.css file.

Installation

  1. Old-school: upload the column-matic folder to the /wp-content/plugins/ directory via FTP. Hipster: Add the Column-Matic via the WordPress Plugins menu.
  2. Activate the Plugin
  3. Test that the this plugin meets your demanding needs.
  4. Tweak the theme css files for premium enjoyment.
  5. Rate the plugin and verify that it works at wordpress.org.
  6. Leave a comment regarding bugs, feature request or cocktail recipes at https://wordpress.org/tags/column-matic

FAQ

Example 1: 2 column layout using class only

[column class=โ€column1″]Column 1 content goes here.[/column]
[column class=โ€column2″]Column 2 content goes here.[/column]
[end_columns]
Note: .column1 and .column2 must be defined in your theme’s style.css

Example 2: 3 column layout using css definitions

[column width=โ€200pxโ€ padding=โ€10pxโ€]Column 1 content goes here.[/column]
[column width=โ€200pxโ€ padding=โ€10pxโ€]Column 2 content goes here.[/column]
[column width=โ€200pxโ€ padding=โ€10pxโ€]Column 3 content goes here.[/column]
[end_columns]

How does one remove the strange <br/> and </p> tags that are being inserted between the columns

This is due to WordPress processing the wonky wpautop function before processing shortcodes. For a quick workaround, try the following:

  1. Change execution priority of wpautop by adding the following line to function.php:
    add_filter( โ€˜the_contentโ€™, โ€˜wpautopโ€™,20 );

  2. Remove breaks and spaces between the shortcodes, so the the columns appear all clumped together:
    [column class=โ€column1″]Column 1 content goes here.[/column][column class=โ€column2″]Column 2 content goes here.[/column][end_columns]

I am a Social Netwookiee, might Twinpictures have a Facebook page?

Yes, yes… Twinpictures is on Facebook.

Does Twinpictures do the Twitter?

Ah yes! @Twinpictures does the twitter tweeting around here.

How does one use the shortcode, exactly?

A complete listing of shortcode options has been provided to answer this exact question.

Where can I translate this plugin into my favorite language?

Community translation for Column-Matic has been set up. You are welcome to join.

Where can I go for jokes and fun?

Why not try: Jokes & Fun

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Column-Matic” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Column-Matic” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.3

  • updated for WordPres 4.1

1.3.2

  • added WordPress 4.0 icons

1.3.1

  • fixed missing localization keys

1.3

  • removed php4 constructor
  • added I18n localization support

1.2

  • added text_align attribute

1.1

  • Completely re-wrote plugin
  • Added options page to inject custom css

1.0.1

  • Tested with 3.5 and small spelling corrections.

1.0

  • The plugin came to be.