BACK TO DIRECTORY

Columns

by Konstantin Kovshenin

4.1
(22 ratings)

Create a column group with the [column-group] shortcode, then add columns to the group with the [column] shortcode, like this:

[column-group]
    [column]This is my first column[/column]
    [column]This is my second column[/column]
[/column-group]

You can also span columns, like this:

[column-group]
    [column span="2"]This is my first column spanned across two columns.[/column]
    [column]This is my second column[/column]
    [column]This is my third column[/column]
[/column-group]

The first column will be twice as large as the second or third.

Styles are in columns.css. If you’d like your own margins and stuff, dequeue the columns.css style during wp_enqueue_scripts with a priority of 11 or more.

Screenshots

Columns demo

Columns demo

This is how things look in the editor

This is how things look in the editor

Plugin Details

Active Installs
3K+
Total Downloads
91,736
Version
0.7.3
Requires WP
4.4
Requires PHP
Tested Up To
4.6.30
Added
2013-04-16
Last Updated
2017-11-28 12:27pm GMT

Ratings

5
15
4
1
3
2
2
2
1
2