=== Grid Shortcodes ===
Contributors: spwebguy
Tags: grid, columns, rows, shortcode, shortcodes
Requires at least: 3.6
Tested up to: 6.9
Stable tag: 1.1.1
License: GPL2
License URI: http://www.gnu.org/licenses/gpl.html

A responsive and easy-to-use tool for dividing your content in your posts/pages. This ultra-lightweight plugin allows you to put your content in columns of various widths.

== Description ==
A responsive and easy-to-use tool for dividing your content in your posts/pages. This ultra-lightweight plugin allows you to put your content in columns of various widths. What you see is what you get, and it’s totally free.

= Usage example =

#### 1. Create rows using [GDC_row]
~~~~
[GDC_row][/GDC_row]
~~~~
#### 2. Add columns using [GDC_column]
~~~~
[GDC_row]

[GDC_column size="third"]
Your content here
[/GDC_column]

[GDC_column size="third"]
Your content here
[/GDC_column]

[GDC_column size="third"]
Your content here
[/GDC_column]

[/GDC_row]
~~~~
###### Available sizes
- half
- third
- two-thirds
- quarter
- three-quarters

See more code examples on the [documentation page](https://wpdarko.com/support/docs/get-started-with-the-grid-shortcodes-plugin/).

= Support =
Find help in [our forums](https://wpdarko.com/support) for this plugin (we’ll answer you fast, promise).

== Installation ==

= Installation =
1. In your WordPress admin panel, go to Plugins > New Plugin
2. Find our Grid Shortcodes plugin by WP Darko and click Install now
3. Alternatively, download the plugin and upload the contents of grid-shortcodes.zip to your plugin directory, which usually is /wp-content/plugins/
4. Activate the plugin

= Usage example =

#### 1. Create rows using [GDC_row]
~~~~
[GDC_row][/GDC_row]
~~~~
#### 2. Add columns using [GDC_column]
~~~~
[GDC_row]

[GDC_column size="third"]
Your content here
[/GDC_column]

[GDC_column size="third"]
Your content here
[/GDC_column]

[GDC_column size="third"]
Your content here
[/GDC_column]

[/GDC_row]
~~~~
###### Available sizes
- half
- third
- two-thirds
- quarter
- three-quarters

See more example on the [documentation page](https://wpdarko.com/support/docs/get-started-with-the-grid-shortcodes-plugin/).

== Frequently Asked Questions ==

= Usage example =

#### 1. Create rows using [GDC_row]
~~~~
[GDC_row][/GDC_row]
~~~~
#### 2. Add columns using [GDC_column]
~~~~
[GDC_row]

[GDC_column size="third"]
Your content here
[/GDC_column]

[GDC_column size="third"]
Your content here
[/GDC_column]

[GDC_column size="third"]
Your content here
[/GDC_column]

[/GDC_row]
~~~~
###### Available sizes
- half
- third
- two-thirds
- quarter
- three-quarters

See more example on the [documentation page](https://wpdarko.com/support/docs/get-started-with-the-grid-shortcodes-plugin/).

= Support =
Find help on [our support platform](https://wpdarko.com/support) for this plugin (we’ll answer you fast, promise).

== Screenshots ==
1. Grid Shortcodes (front view)
2. Grid Shortcodes (admin view)
3. Grid Shortcodes (admin view)
4. Grid Shortcodes (admin view)

== Changelog ==
= 1.1.1 =
* Fixed minor vulnerability issue

= 1.1 =
* Stripping out paragraphs and new lines between columns (thanks @makbeta).

= 1.0 =
* Initial release