Title: Plugin for creating columns using shortcodes?
Last modified: September 1, 2017

---

# Plugin for creating columns using shortcodes?

 *  [onestrikemedia](https://wordpress.org/support/users/onestrikemedia/)
 * (@onestrikemedia)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-creating-columns-using-shortcodes/)
 * Is there a plugin that you would recommend that creates columns by using shortcodes,
   in conjunction with WP-Forge (or Foundation)?
 * I saw [Lightweight Grid Columns](https://wordpress.org/plugins/lightweight-grid-columns/),
   which is used for GeneratePress, and I like that it doesn’t leave a mess of shortcodes
   if you switch themes.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [ThemeAWESOME](https://wordpress.org/support/users/tsquez/)
 * (@tsquez)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-creating-columns-using-shortcodes/#post-9461228)
 * Actually all of the plugins that use Foundation are rarely updated to use the
   latest version of Foundation.
 * Just do a search for Foundation here [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
 * You will see many plugins that provide shortcodes with foundation. You will need
   to look through them all until you find the one that works best.
 * Forgot to mention that you could go here [https://generatewp.com/](https://generatewp.com/)
   and create your own shortcodes to use…worth a try 😉
    -  This reply was modified 8 years, 9 months ago by [ThemeAWESOME](https://wordpress.org/support/users/tsquez/).
 *  [kelter](https://wordpress.org/support/users/kelter/)
 * (@kelter)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-creating-columns-using-shortcodes/#post-9461534)
 * If it’s just (mostly) for text and you don’t want to have to worry about where
   the text “breaks” from column to column, just use CSS Multi-columm on the container
   div. It’s one line of CSS 🙂
 *     ```
       div {
           column-count: 3;
       }
       ```
   
 * Play here.
    [https://www.w3schools.com/Css/tryit.asp?filename=trycss3_column-count](https://www.w3schools.com/Css/tryit.asp?filename=trycss3_column-count)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin for creating columns using shortcodes?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wp-forge/6.5.3.1/screenshot.png)
 * WP-Forge
 * [Support Threads](https://wordpress.org/support/theme/wp-forge/)
 * [Active Topics](https://wordpress.org/support/theme/wp-forge/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wp-forge/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wp-forge/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [kelter](https://wordpress.org/support/users/kelter/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-creating-columns-using-shortcodes/#post-9461534)
 * Status: not resolved