Column-Matic is a shortcode that wraps post/page content up in cozy columns. Useful for magazine or newspaper style layouts.
[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
[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]
This is due to WordPress processing the wonky wpautop function before processing shortcodes. For a quick workaround, try the following:
Change execution priority of wpautop by adding the following line to function.php:
add_filter( 'the_content', 'wpautop',20 );
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]
Yes, yes... Twinpictures is on Facebook.
Ah yes! @Twinpictures does the twitter tweeting around here.
A complete listing of shortcode options has been provided to answer this exact question.
Why not try: Jokes & Fun
Requires: 3.3 or higher
Compatible up to: 3.6-alpha
Last Updated: 2013-4-8
Downloads: 16,538
5 of 6 support threads in the last two months have been resolved.
Got something to say? Need help?