A [column] shortcode for creating columnized content.
As of April 2026, Grid Columns is a WordPress shortcode plugin with 1.0K+ active installations and a 4.8/5 rating from 22 reviews. It has been downloaded 37K+ times in total. Requires WordPress 3.4+ and PHP false+. Available on WordPress.org since 2012. Last updated 8 years ago — may have compatibility concerns. Downloads are up 11% this week. Top alternative: WP Shortcodes Plugin — Shortcodes….
This plugin has one function and one function only — to make columns. You use it by inputting content between [column] and [/column] within your post content editor (or anywhere shortcodes are allowed).
Grid Columns was created to fix the problem in which many theme developers were adding 20+ column shortcodes to their themes for something that should be extremely simple and done with only a single shortcode.
If you need professional plugin support from me, the plugin author, you can access the support forums at Theme Hybrid, which is a professional WordPress help/support site where I handle support for all my plugins and themes for a community of 40,000+ users (and growing).
If you’re a theme author, plugin author, or just a code hobby…
I use this plugin for my site. It has a good basic functionality that works for items like restaurant menus. My only beefs with this plugin are that there is no free support for the plugin, and the author doesn’t seem to respond to any queries on here. The plugin is not responsive, either, but thanks to a helpful plugin user who provided some code, this has been resolved. It would have been helpful for the plugin author to have included this, though. Finally, the author makes it a bit of a process to find the instructions for using the plugin. You have to log into your cPanel and dig through the files to get to the readme which showcases the instructions.
I still use this plugin with success. It just won’t get any easier than this.
This plugin is how things should be done, a great lightweight way to drop a versatile grid into any theme and to keep it when you change themes.
I wish that the TinyMCE button add-on by a different author was standard in this plugin as I often forget shortcodes over time and need to constantly look things up even though [column] is fairly memorable, the grid and span elements are not so.
It will give you columns but unfortunately and contrary to what the author says, the columns are NOT responsive and will only shrink, they will not stack for mobile devices.
You can look at the CSS file and see there are no media queries, conformation of not being Responsive.
You have to add something like this to your theme’s CSS file to get this to work for smaller devices:
@media (max-width: 800px) {
.column { width: 100%!important;}
}
Just don’t use more than 4 columns.
This is just perfect. I can’t really elaborate on it – just simple and effective. Love it.
| WordPress | 3.4+ requiredTested up to 3.7.41 |
| PHP | false+ required |
wpautop(), which sometimes adds empty <p> and extra <br /> tags.& when adding an action/filter.Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.