Skip to content

Instantly share code, notes, and snippets.

@simplethemes
simplethemes / Column Shortcode
Created August 11, 2011 07:42
Insert fraction-based layouts with this shortcode.
// Three Columns Example
[one_third]
Column One - Add anything you want here
[/one_third]
[one_third]
Column Two - Add anything you want here
[/one_third]
[one_third_last]
Column Three - Add anything you want here
[/one_third_last]