WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Konstantin Kovshenin v0.7.3

Columns

This WordPress plugin boosts your website with... you guessed it, columns!

Columns

The facts

Rating
4.1★ from 22
Active installs
3k+
Price
Free
Last updated
28 Nov 2017
Added
Apr 2013
Requires WP
4.4
Tested up to
WP 4.6.30
Downloads
91,626

Our analysis

AI-assisted

Columns is a WordPress plugin that allows you to create column layouts using shortcodes. You can group columns together and specify how many columns to span, providing flexibility in how content is displayed on your site.

This plugin is suitable for users who want to enhance their content layout without extensive coding knowledge. It is particularly useful for those looking to create visually appealing posts or pages with multiple columns.

Best for: This plugin is best for WordPress users looking to create column layouts in their content.

What it does well

  • Free to use from the WordPress.org directory
  • Allows creation of column groups with shortcodes
  • Supports spanning columns for larger content areas
  • Includes a default stylesheet for basic styling

Where it falls short

  • Last updated in November 2017, may not be compatible with newer WordPress versions
  • Limited feature set based on the author's description

Verdict

Columns provides a straightforward way to implement column layouts using shortcodes, but its dated update may limit compatibility with newer WordPress versions.

From the developer

Konstantin Kovshenin's own description of Columns, lightly tidied.

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.

Read the full description on the official page →

Tagged as