=== Easy Query === Contributors: dcooney Donate link: https://connekthq.com/donate/ Tags: query, query builder, wp_query, save query, query generator, generator, paging, paged, shortcode builder, shortcode, tags, category, post types, taxonomy, meta_query Requires at least: 3.7 Tested up to: 4.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easy Query is the fastest and simplest way to build WordPress queries without touching a single line of code. == Description == Create complex queries using our Custom Query Builder then add the generated shortcode to your pages via the content editor or directly into your template files using our WP_Query Generator. = Features = * **Query Builder** - Create your own Easy Query shortcode in seconds by adjusting the various query parameters. * **Query Generator** - Generate a custom WP_Query by adjusting parameters in the Query Builder. * **Customizable Template** - Easy Query’s customizable template allows you to match the look and feel of your website. * **Paging** - Easily enable Easy Query paging by setting paging=”true” in your shortcode. * **Multiple Instances** - Include multiple instances of Easy Query on a page, post or page template. Check out the **[official website](https://connekthq.com/easy-query/)** for more information! *** = Shortcode Parameters = Easy Query accepts a number of parameters that are passed to the WordPress query via shortcode. * **container** - Select the type of HTML container that will wrap your Easy Query templates. Default = < ul > * **classes** - Target your content by adding custom classes to the container. Default = null * **template** - Select which template you would like to use. Default = ‘default’ * **post_type** - Comma separated list of post types. Default = ‘post’ * **category__in** - A comma separated list of categories to include by ID. Default = null * **category__not_in** - A comma separated list of categories to exclude by ID. Default = null * **tag__in** - A comma separated list of tags to include by ID. Default = null * **tag__not_in** - A comma separated list of tags to exclude by ID. Default = null * **taxonomy** - Query by custom taxonomy name. Default = null * **taxonomy_terms** - Comma separated list of custom taxonomy terms(slug). Default = null * **taxonomy_operator** - Operator to compare Taxonomy Terms against (IN/NOT IN). Default = ‘IN’ * **day** - Day of the week. Default = null * **month** - Month of the year. Default = null * **year** - Year of post. Default = null * **taxonomy_operator** - Operator to compare Taxonomy Terms against (IN/NOT IN). Default = ‘IN’ * **meta_key** - Custom field key(name). Default = null * **meta_value** - Custom field value. Default = null * **meta_compare** - Operator to compare meta_key and meta_value against (IN/NOT IN/=/!=/>/>=/