=== Ajax Load More === Contributors: dcooney Donate link: http://connekthq.com/donate/ Tags: ajax, query, loop, paging, filter, jquery, shortcode builder, shortcode, search, tags, category, post types, taxonomy, post format, wmpl Requires at least: 3.6 Tested up to: 4.0 Stable tag: 2.2.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple solution for lazy loading your WordPress posts and pages with Ajax. == Description == Ajax Load More is a simple yet powerful solution for lazy loading WordPress posts and pages with Ajax. Build complex WordPress queries using our shortcode builder then add the shortcode to your pages via the content editor or directly into your template files. = Features = * **Multiple Instances** - One, two, three or ten - you can now include multiple instances of Ajax Load More on a single page. * **Shortcode Builder** - Easily create your own Ajax Load More shortcode by adjusting the various WordPress query parameters in our easy-to-use shortcode builder.(see Shortcode Parameters). * **Query Parameters** - Ajax Load More allows you to query WordPress by many different content types. Query by Post Type, Post Format, Category, Tags, Custom Taxonomies, Search Term, Authors and more!! * **Customizable Repeater Templates** - Edit and extend the functionality of Ajax Load More by creating your own repeater template to match the look and feel of your website (see screenshots). * **Setting Panel** - Customize your version of Ajax Load More by updating various plugin settings (see screenshots). Check out the **[demo site](http://connekthq.com/plugins/ajax-load-more/)** for more information! *** = Shortcode Parameters = Ajax Load More accepts a number of parameters that are passed to the WordPress query. These parameters are transferred via shortcode - don't worry, creating your shortcode is simple with our intuitive Shortcode Builder. * **repeater** - Choose a repeater template (Add-on available). Default = ‘default‘ * **post_type** - Comma separated list of post types. Default = ‘post’ * **post_format** - Query by post format. Default = null * **category** - Query by category slug. Default = null * **tag** - Query by tag name. 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’ * **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 (=/!=/>/>=/