Download This Plugin | |
Download Elegant Themes | |
Name | Columns |
Version | 0.7.2 |
Author | Konstantin Kovshenin |
Rating | 88 |
Last updated | 2015-01-21 10:15:00 |
Downloads |
38589
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Columns plugin added 1 kB of resources to the Home page and 1003 bytes of resources to the sample Post page.
Columns plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Columns plugin ads no tables to your Wordpress blog database.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 firt 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.