=== Magazine Columns ===
Contributors: tinkerpriest
Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4W58JWNBHWKK4
Tags: magazine columns, multiple post columns, columns, magazine, post columns, page columns
Requires at least: 2.7
Tested up to: 4.3
Stable tag: 1.0.7

Divides your post or page content into two or more columns, like a magazine article.

== Description ==

This plugin creates magazine style columns in your posts and pages.

== Installation ==

1. Unzip the magazine-columns.zip file.
2. Upload the `magazine-columns` folder to the `/wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' menu in WordPress.
4. Use the `column` quicktag in the HTML editor to add the &lt;!--column--&gt; tag to your posts or pages.

== Frequently Asked Questions ==

1) How do I create columns in my posts or pages?

Just add &lt;!--column--&gt; to your posts or pages with the `column` quicktag button in the HTML editor or add it manually.

2) How do I create more columns?

Just add the &lt;!--column--&gt; tag to your post or pages up to four times to create up to five columns.

3) What if I only want a portion of my post or page to have columns.

Place &lt;!--startcolumns--&gt; where you want your columns to begin, and &lt;!--stopcolumns--&gt;  where you would like them to end. Then add the &lt;!--column--&gt; tag within these tags to divide your text.

== Screenshots ==

1. Two columns

== Change Log ==

Version 1.0.7 (2015-8-18)
<ul>
<li>Added validation</li>
<li>Updated version and stable tag</li>
</ul>

Version 1.0.6 (2012-10-04)
<ul>
<li>Bug fix</li>
</ul>

Version 1.0.5 (2012-10-04)
<ul>
<li>Updated donate link</li>
<li>Recoded everything to improve functionality</li>
<li>Added assets</li>
<li>Tested up to WP 3.4.2</li>
</ul>

Version 1.0.4 (2011-04-14)
<ul>
<li>Fixed bugs</li>
<li>Included CSS in head</li>
<li>Tested up to WP 3.1.1</li>
</ul>

Version 1.0.3 (2009-04-01)
<ul>
<li>Fixed IE styles</li>
<li>Removed extra line breaks</li>
</ul>

Version 1.0.2 (2009-03-31)
<ul>
<li>Added start and stop columns tags</li>
</ul>

Version 1.0.1 (2009-03-30)
<ul>
<li>Removed problamatic if statement</li>
</ul>

Version 1.0 (2009-03-28)
<ul>
<li>Public Release</li>
</ul>
