BACK TO DIRECTORY

Foundation Columns

by tormorten

4.5
(2 ratings)

Adds support for using Zurb’s Foundation grid-system via shortcodes in WordPress’ TinyMCE editor.

For more information about Foundation, please read the docs.

This plugin is compatible with version 5 and version 6 of Foundation, and includes support for small, medium and large breakpoints.

Now also with support for block grids.

Modifying the grid

If your grid has more than the default 12 columns you can use the foundation_columns_count filter.

add_filter( 'foundation_columns_count', function($count) {
  $count = 16;
  return $count;
} );

If you would like to contribute to this plugin. Please open a pull request on Github

Please note: This plugin does not install Foundation for you and therefore require that you use a theme built on Foundation.

Screenshots

The Zurb icon indicates you are ready to use Foundation Columns.

The Zurb icon indicates you are ready to use Foundation Columns.

The result after added columns.

The result after added columns.

Plugin Details

Active Installs
40
Total Downloads
4,569
Version
0.8
Requires WP
3.7
Requires PHP
Tested Up To
4.7.35
Added
2014-05-26
Last Updated
2015-05-08 12:15pm GMT

Ratings

5
1
4
1
3
0
2
0
1
0