
This WordPress plugin boosts your website with… you guessed it, columns!
Author: | Konstantin Kovshenin (profile at wordpress.org) |
WordPress version required: | 4.4 |
WordPress version tested: | 4.6.29 |
Plugin version: | 0.7.3 |
Added to WordPress repository: | 16-04-2013 |
Last updated: | 28-11-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 82 |
Rated by: | 22 |
Plugin URI: | https://wordpress.org/extend/plugins/columns/ |
Total downloads: | 89 970 |
Active installs: | 4 000+ |
![]() Click to start download |
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
FAQ
ChangeLog