Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all…
About Column Shortcodes
This plugin allows you to easily create columns in your posts or pages by adding shortcodes. You can choose from 10 different column widths and customize the padding for each column. The plugin includes a preset stylesheet that you can also customize in your theme's stylesheet.Screenshots




Frequently asked questions
What does the Column Shortcodes plugin do?
The Column Shortcodes plugin adds shortcodes to easily create columns in your WordPress posts or pages. You can select a column shortcode to add the desired column to your content.
What column width options are available?
The plugin offers 10 different column widths, including full width (1/1), half (1/2), one third (1/3), two third (2/3), one fourth (1/4), three fourth (3/4), one fifth (1/5), two fifth (2/5), three fifth (3/5), four fifth (4/5), one sixth (1/6), and five sixth (5/6).
Can I customize the appearance of the columns?
Yes, you can change the padding of each individual column from the user interface. A preset stylesheet is included, which can also be overwritten in your theme's stylesheet.
Changelog
1.0.1
- [Fixed] Hotfix for WordPress 5.5
1.0
- [Fixed] Compatible with WordPress 4.8 and up
- [Fixed] Padding generator will automatically add ‘px’ to numbers
- [Added] Added filter to hide banner
add_filter( 'cpsh_show_banner', '__return_false' ); - [Improved] UI improvements for better readability
0.6.9
- [Fixed] Rollback of the auto paragraphs. Too much conflicts with other shortcodes
0.6.8
- [Fixed] use wpautop() to wrap content in paragraphs when needed
0.6.7
- [Fixed] Paragraphs are added to the columns
0.6.6
- [Fixed] Swapped images for 5/6 columns
0.6.5
- added filter to prevent loading of frontend styles:
add_filter( 'cpsh_load_styles', '__return_false' ); - added 5/6 column;
0.6.4
- updated icon for WP3.8
0.6.3
- updated languages
0.6.2
- added Italian language ( thanks to Nicola )
- added Czech language and bug fix ( thanks to Michal Ratajsky )
0.6.1
- fixed jquery.cookie.js issue where in some cases the server would reject it
- added filter for hiding certain column shortcodes from view.
0.6
- added Danish translation ( thanks to Mads Rosendahl )
- added full width column
- updated css template for margins ( thanks to intheshallow )
- added responsive CSS for devices with a max-width viewport of 600pixels
0.5
- added the option to add paddings to the columns from the shortcode UI.
0.4
- added improvements made for inclusion on WordPress.com VIP ( thanks to danielbachhuber )
- added WordPress coding conventions ( see https://codex.wordpress.org/WordPress_Coding_Standards )
- added fix for script and style loading
0.3
- added RTL support and Hebrew language ( thanks to Rami Yushuvaey )
- added Slovak translation ( thanks to Branco from WebHostingGeeks )
- added column 4/5
0.2
- added french and spanish language ( thanks to Mikel Aralar )
- improved script loading
- shortcodes HTML-view buttons hidden by default. Enable them by adding this to your functions.php:
add_filter('add_shortcode_html_buttons', '__return_true' );
0.1
- Initial release.