Use the Zurb Foundation-grid and block grid in all your posts, pages and custom post types.
As of April 2026, Foundation Columns is a WordPress grid plugin with 40 active installations and a 4.5/5 rating from 2 reviews. It has been downloaded 3.9K+ times in total. Requires WordPress 3.7+ and PHP false+. Available on WordPress.org since 2014. Last updated 10 years ago — may have compatibility concerns. Top alternative: Layout Grid Block.
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.
| WordPress | 3.7+ requiredTested up to 4.7.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.