=== WP Post Columns === Contributors: Sam Burdge Donate link: http://samburdge.co.uk/ Tags: post, columns, layout Requires at least: 1.5 Tested up to: 2.7 Stable tag: trunk == Description == This WordPress plugin allows you to easily create columns within your posts. Usefull for sites with a magazine / newspaper style layout, or if you want text to appear on one side of the post with an image displayed opposite. It is much easier than creating html tables within posts, perfect for users with no coding experience. --------------------------------------------------------------------------------------- == Installation == 1. Upload the wp_post_columns.php file to your wp-content/plugins folder. 2. Activate the plugin from the Plugins page in WordPress. --------------------------------------------------------------------------------------- == Usage == Use these shortcodes in your wordpress posts 2 column layout: [column width="47%" padding="6%"] Column 1 content goes here. [/column] [column width="47%" padding="0"] Column 2 content goes here. [/column][end_columns] 3 column layout: [column width="30%" padding="5%"] Column 1 content goes here. [/column] [column width="30%" padding="5%"] Column 2 content goes here. [/column] [column width="30%" padding="0"] Column 3 content goes here. [/column][end_columns] 4 column layout: [column width="22%" padding="4%"] Column 1 content goes here. [/column] [column width="22%" padding="4%"] Column 2 content goes here. [/column] [column width="22%" padding="4%"] Column 3 content goes here. [/column] [column width="22%" padding="0"] Column 4 content goes here. [/column][end_columns] For more info visit the plugin page: http://www.samburdge.co.uk/wordpress/wp-post-columns-plugin-2