=== DZS Custom WP Query Shortcode ===
Contributors: digitalzoomstudio
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=7FX9NGQWDNL44&lc=RO&item_name=DZS&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tags: wp_query, shortcode, query, custom query
Requires at least: 3.2
Tested up to: 3.2.1
Stable tag: 1.0.3

This plugin creates a custom wp_query via a shortcode. Accepts any parameter of WP_Query

== Description ==

This plugin creates a custom wp_query via a shortcode. Accepts any parameter of WP_Query - http://codex.wordpress.org/Class_Reference/WP_Query 

Demo here - http://digitalzoomstudio.net/developer-freebies/

My premium plugins - http://bit.ly/nM4R6u

== Installation ==

1. Upload `dzs-custom-wp-query-shortcode` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place `[query vars="post_type=page&posts_per_page=1000"]` in any post / page

== Screenshots ==

1. The shortcode outputs the title and post content. Can be modified in the php file.

== Changelog ==

= 1.0.1 =
* Description Update!
= 1.0 =
* First Release