Provides a [columns] shortcode that gives a secion of post content multiple columns using css3's column properties.
| Author: | redwerks (profile at wordpress.org) |
| WordPress version required: | 3.2 |
| WordPress version tested: | 3.2.1 |
| Plugin version: | 0.9.3 |
| Added to WordPress repository: | 22-08-2012 |
| Last updated: | 19-10-2012
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, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://github.com/redwerks/css-columns |
| Total downloads: | 4 727 |
| Active installs: | 60+ |
![]() Click to start download |
|
This plugin provides a [columns] shortcode that gives a section of post content multiple columns using css3’s column properties.
The [columns] shortcode requires a closing [/columns] shortcode and accepts the arguments count=”#” to specify the number of columns and gap=”1em” to specify the gap size between columns.
Some examples:
A simple 2 column block of columns.
[columns count=”2″]…[/columns]
A 3 column block of columns with a 2em gap in between columns.
[columns count=”3″ gap=”2em”]…[/columns]
