=== WordPress Infinite Scroll - Ajax Load More === Contributors: dcooney, connekthq Donate link: https://connekthq.com/donate/ Tags: infinite scroll, load more, scroll, infinite, lazy load, lazy loading, endless scroll, pagination, ajax pagination, ajax, ajax posts, woocommerce, ajax load more, masonry Requires at least: 4.0 Tested up to: 5.6 Stable tag: 5.4.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The ultimate infinite scroll and lazy load solution for your WordPress powered website. == Description == Ajax Load More is the ultimate WordPress infinite scroll plugin for lazy loading posts, single posts, pages, comments and more with Ajax powered queries. Build complex custom WordPress queries with the Ajax Load More shortcode builder then add the generated shortcode to your page via the content editor or directly into your template files. Ajax Load More is compatible for endless scrolling with popular eCommerce plugins such as WooCommerce and Easy Digital Downloads. [Get More Information](https://connekthq.com/plugins/ajax-load-more/) ### Features - **Shortcode Builder** - Create your own custom 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, Date, Category, Tags, Custom Taxonomies, Search Term, Authors and more! - **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). - **Multiple Instances** - You can include multiple instances of Ajax Load More on a single page, post or template. - **Ajax Filtering** - The Ajax Load More [custom filtering](https://connekthq.com/plugins/ajax-load-more/examples/filtering/) method will allow you to filter and update your Ajax query results. - **Multisite Compatibility** - Manage repeater templates across all sites in your network. - **Setting Panel** - Customize your version of Ajax Load More by updating various plugin settings. Check out the **[demo site](https://connekthq.com/plugins/ajax-load-more/)** for more information! #### What's New - **[Elementor](https://connekthq.com/plugins/ajax-load-more/add-ons/elementor/)** - Infinite scroll Elementor Posts Widget content with Ajax Load More. - **[WooCommerce](https://connekthq.com/plugins/ajax-load-more/add-ons/woocommerce/)** - Infinite scroll WooCommerce products without updating a line of template code. - **[Pro](https://connekthq.com/plugins/ajax-load-more/pro/)** - Access to all premium add-ons in a single installation. - **[Filters](https://connekthq.com/plugins/ajax-load-more/add-ons/filters/)** - The Filters add-on provides front-end and admin functionality for building and managing Ajax filters. - **[User Query](https://connekthq.com/plugins/ajax-load-more/add-ons/users/)** - Query and display a list of WordPress users by role using a `WP_User_Query` and Ajax Load More. - **[Advanced Custom Fields](https://connekthq.com/plugins/ajax-load-more/examples/advanced-custom-fields/)** - Compatibility and integration added for infinite scrolling Flexible Content, Gallery, Relationship and Repeater fields for Advanced Custom Fields. - **[Masonry](https://connekthq.com/plugins/ajax-load-more/examples/masonry/)** - Built-in support and functionality for Masonry layouts. - **[Progress Bars](https://connekthq.com/plugins/ajax-load-more/examples/progress-bar/)** - Display a Progress Bar load indicator with each Ajax request. - **[Scroll Container](https://connekthq.com/plugins/ajax-load-more/examples/scroll-container/)** - Constraining infinite scroll to a parent container. ### Content Types Ajax Load More can infinite scroll any content type WordPress offers - from blog posts to multipage content to WooCommerce products - Ajax Load More can handle it all. Check out the examples below: - [Standard Posts](https://connekthq.com/plugins/ajax-load-more/examples/default/) - [Custom Post Types](https://connekthq.com/plugins/ajax-load-more/examples/masonry/) - [Pages](https://connekthq.com/plugins/ajax-load-more/examples/search-results/) - [Multipage Posts & Pages](https://connekthq.com/plugins/ajax-load-more/add-ons/next-page/next-page-default/) \* - [Single Posts](https://connekthq.com/ajax-load-more-posts/alm-post-example/) \* - [Comments](http://examples.connekthq.com/alm-comments/example-post/) \* - [Advanced Custom Fields](https://connekthq.com/plugins/ajax-load-more/examples/advanced-custom-fields/) _\*Add-on required_ ### 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 a custom shortcode is easy with the intuitive [Shortcode Builder](https://connekthq.com/plugins/ajax-load-more/screenshots/#shortcode-builder) - **repeater** - Choose a repeater template (Add-on available). Default = ‘default’ - **post_type** - Comma separated list of post types. Default = ‘post’ - **sticky_posts** - Preserve sticky post ordering in Ajax listing. Default = false - **post_format** - Query by post format. Default = null - **category** - A comma separated list of categories to include by slug. Default = null - **category\_\_and** - 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** - A comma separated list of tags to include by slug. Default = null - **tag\_\_and** - 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’ - **taxonomy_relation** - The logical relationship between each taxonomy when there is more than one. (AND/OR). Default = ‘AND’ - **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. Default = ‘IN’ - **meta_type** - Custom field type. Default = ‘CHAR’ - **meta_relation** - Used with multiple custom field entries (AND/OR). Default = ‘AND’ - **author** - Comma separated list of authors by id. Default = null - **post\_\_in** - Comma separated list of post ID’s to include in query. Default = null - **post\_\_not_in** - Comma separated list of post ID’s to exclude from query. Default = null - **search** - Query search term (‘s’). Default = null - **custom_args** - A semicolon separated list of value:pair arguments. e.g. tag_slug\_\_and:design,development; event_display:upcoming. Default = null - **post_status** - Select status of the post. Default = 'publish' - **order** - Display posts in ASC(ascending) or DESC(descending) order. Default = ‘DESC’ - **orderby** - Order posts by date, title, name, menu order, author, post ID or comment count. Default = ‘date’ - **offset** - Offset the initial query (number). Default = ’0′ - **posts_per_page** - Number of posts to load with each Ajax request. Default = ’5′ - **scroll** - Load more posts as the user scrolls the page (true/false). Default = ‘true’ - **scroll_distance** - The distance from the bottom of the screen to trigger the loading of posts while scrolling. Default = '150' - **scroll_container** - Constrain Ajax Load More infinite scrolling to a parent container. Default = null - **max_pages** - Maximum number of pages to load while user is scrolling (activated on when scroll = true). Default = '0' - **pause_override** - Allow scrolling to override the Pause parameter and trigger the loading of posts on scroll. Default = null - **pause** - Do not load posts until user clicks the Load More button (true/false). Default = 'false' - **transition** - Choose a posts reveal transition (fade/masonry/none). Default = 'fade' - **transition_container** - Display the Ajax Load More (.alm-reveal) loading container. Default = 'true' - **transition_container_classes** - Add classes to the `.alm-reveal` transition div. - **masonry_selector** - The target classname of each masonry item. Default = null - **masonry_animation** - Select a loading transition type for Masonry items. (default/zoom-out/slide-up/slide-down/none). Default = default - **masonry_horizontalorder** - Maintain horizontal order. Default = true - **images_loaded** - Wait for all images to load before displaying ajax loaded content (true/false). Default = 'false' - **destroy_after** - Remove ajax load more functionality after 'n' number of pages have been loaded. Default = null - **progress_bar** - Display progress bar indicator at the top of the window while loading Ajax content. Default = 'false' - **progress_bar_color** - Enter the hex color of the progress bar. Default = 'ed7070' - **button_label** - The label text for Load More button. Default = 'Load More' - **button_loading_label** - Update the text of the Load More button while content is loading. Default = null - **loading_style** - Select an Ajax loading style - you can choose between a Button or Infinite Scroll. Default = null - **container_type** - Override the global Container Type that was set on ALM Settings page. Default = null - **css_classes** - Add custom CSS classes to the Ajax Load More container. Default = null - **id** - A unique ID for the Ajax Load More instance. - **nested** - Is this a nested Ajax Load More instance. Default = false - **no_results_text** - Display text/html when zero results are returned in an Ajax Load More query. Default = null - **placeholder** - Display a placeholder image while Ajax content is being loaded. Default = false → [See All Parameters](https://connekthq.com/plugins/ajax-load-more/docs/shortcode-parameters/) #### Example Ajax Load More Shortcode [ajax_load_more post_type="post, portfolio" repeater="default" posts_per_page="5" transition="fade" button_label="Load More"] #### Example Demos - **[Default](https://connekthq.com/plugins/ajax-load-more/examples/default/)** - Out of the box functionality and styling. - **[Advanced Custom Fields](https://connekthq.com/plugins/ajax-load-more/examples/advanced-custom-fields/)** - Infinite scroll Advanced Custom Fields data with Ajax Load More. - **[Attachments](https://connekthq.com/plugins/ajax-load-more/examples/attachments/)** - Endless scroll post attachments. - **[CSS Grid](https://connekthq.com/plugins/ajax-load-more/examples/css-grid/)** - Rendering Ajax Load More listings with CSS GridRe. - **[Destroy After](https://connekthq.com/plugins/ajax-load-more/examples/destroy-after/)** - Remove Ajax Load More functionality after 'n' number of pages. - **[Event Listing](https://connekthq.com/plugins/ajax-load-more/examples/event-listing/)** - Ordering and listing events by custom field date. - **[Filtering](https://connekthq.com/plugins/ajax-load-more/examples/filtering/)** - Reset and filter an Ajax Load More instance. - **[Infinite Scroll](https://connekthq.com/plugins/ajax-load-more/examples/infinite-scroll/)** - A look at the new loading functionality and styles. - **[Images Loaded](https://connekthq.com/plugins/ajax-load-more/examples/images-loaded/)** - Download images before displaying ajax loaded content. - **[Masonry](https://connekthq.com/plugins/ajax-load-more/examples/masonry/)** - Creating a flexible grid layout with Masonry JS. - **[Multiple Instances](https://connekthq.com/plugins/ajax-load-more/examples/multiple-instances/)** - Include multiple Ajax Load More' on a single page. - **[Paging URLs](https://connekthq.com/plugins/ajax-load-more/examples/paging-urls/)** - Generate unique paging URLs for every Ajax Load More query with the SEO add-on. - **[Pause Loading](https://connekthq.com/plugins/ajax-load-more/examples/pause-loading/)** - Posts will not load until initiated by the user. - **[Preloaded Posts](https://connekthq.com/plugins/ajax-load-more/examples/pause-loading/)** - Easily preload an initial set of posts before completing any Ajax requests to the server. - **[Progress Bar](https://connekthq.com/plugins/ajax-load-more/examples/progress-bar/)** - Display a progress bar load indicator with each Ajax request. - **[Search Results](https://connekthq.com/plugins/ajax-load-more/examples/search-results/)** - Returning results based on search terms. - **[Scroll Container](https://connekthq.com/plugins/ajax-load-more/examples/scroll-container/)** - Constrain Ajax Load More to a parent container. - **[SEO & Paging](https://connekthq.com/plugins/ajax-load-more/examples/seo-paging-add-ons/)** - Combine these two add-ons to create one powerful navigation system. - **[Slideshow Gallery](https://connekthq.com/plugins/ajax-load-more/examples/slideshow-gallery/)** - Create a gallery of posts with Ajax Load More and the Paging add-on. - **[Table Layout](https://connekthq.com/plugins/ajax-load-more/examples/table/)** - Ajax Load More will display query results in a table format. → [See All Examples](https://connekthq.com/plugins/ajax-load-more/examples/) The [Custom Repeater Add-On](https://connekthq.com/plugins/ajax-load-more/custom-repeaters/) has been installed for use on each of our product demos. [youtube https://www.youtube.com/watch?v=EQ57i6dkOew] ### Add-ons The following [add-ons](https://connekthq.com/plugins/ajax-load-more/add-ons/) are available to increase the functionality of Ajax Load More. - **[Cache](https://connekthq.com/plugins/ajax-load-more/add-ons/cache/)**: Improve website performance by caching the results of Ajax server requests. - **[Call to Actions](https://connekthq.com/plugins/ajax-load-more/add-ons/call-to-actions/)**: Extend Ajax Load More with advertisement and call to action content blocks. - **[Comments](https://connekthq.com/plugins/ajax-load-more/add-ons/comments/)**: Load and display WordPress blog comments using the core Ajax Load More infinite scroll functionality. - **[Custom Repeaters](https://connekthq.com/plugins/ajax-load-more/add-ons/custom-repeaters/)**: Create, modify and delete repeater templates as you need them with absolutely zero restrictions. - **[Filters](https://connekthq.com/plugins/ajax-load-more/add-ons/filters/)**: Front-end and admin functionality for creating, managing and displaying Ajax Load More filters. - **[Layouts](https://connekthq.com/plugins/ajax-load-more/add-ons/layouts/)**: Predefined responsive layouts for Ajax Load More repeater templates. - **[Next Page](https://connekthq.com/plugins/ajax-load-more/add-ons/next-page/)**: Infinite scroll multipage WordPress content with Ajax Load More and the Next Page add-on. - **[Paging](https://connekthq.com/plugins/ajax-load-more/add-ons/paging/)**: Replace the default lazy load/infinite scroll functionality of Ajax Load More with a numbered navigation system. - **[Preloaded](https://connekthq.com/plugins/ajax-load-more/add-ons/preloaded/)**: Load an initial set of posts before sending any Ajax requests to your server. - **[SEO](https://connekthq.com/plugins/ajax-load-more/add-ons/search-engine-optimization/)**: Generate unique paging URLs with each Ajax Load More query. - **[Single Post](https://connekthq.com/plugins/ajax-load-more/add-ons/single-post/)**: Enable infinite scrolling of single posts on your WordPress post templates. - **[Theme Repeaters](https://connekthq.com/plugins/ajax-load-more/add-ons/theme-repeaters/)**: Manage Ajax Load More repeater templates from within your current theme directory. - **[Users](https://connekthq.com/plugins/ajax-load-more/add-ons/users/)**: Lazy loading WordPress Users with Ajax Load More. - **[WooCommerce](https://connekthq.com/plugins/ajax-load-more/add-ons/woocommerce/)**: Infinite scroll WooCommerce products with Ajax Load More. ### Extensions The following [extensions](https://connekthq.com/plugins/ajax-load-more/extensions/) are available to provide compatibility with popular WordPress plugins and core features. - **[Advanced Custom Fields](https://connekthq.com/plugins/ajax-load-more/extensions/advanced-custom-fields/)**: Display field type data with Ajax Load More. - **[Relevanssi](https://connekthq.com/plugins/ajax-load-more/extensions/relevanssi/)**: Display Relevanssi search results with Ajax Load More. - **[REST API](https://connekthq.com/plugins/ajax-load-more/extensions/rest-api/)**: Enable compatibility with the WordPress REST API. - **[SearchWP](https://connekthq.com/plugins/ajax-load-more/extensions/searchwp/)**: Display SearchWP query results with Ajax Load More. - **[Term Query](https://wordpress.org/plugins/ajax-load-more-for-terms/)**: Infinite scroll WordPress Terms. ### Callback Functions The following [functions](https://connekthq.com/plugins/ajax-load-more/docs/callback-functions/) are available to be dispatched by Ajax Load More. **Complete** - The almComplete() function is triggered after every _successful_ ajax call made by Ajax Load More. almComplete = function(alm){ // Your on complete code goes here }; **Destroyed** - The almDestroyed() function is dispatched after the destroy_after shortcode parameter is triggered. almDestroyed = function(alm){ console.log('"Ajax Load More functionality has been destroyed!'); }; **Done** - The almDone() function is triggered after all posts have been loaded. almDone = function(alm){ console.log('All posts have been loaded!'); }; **Empty** - The almEmpty() function is triggered if there are zero results returned in the initial query. almEmpty = function(alm){ console.log('Sorry, but we could not locate any posts that matched your criteria.'); }; **Filter Complete** - The almFilterComplete() function is triggered after a successful call to the public function almFilter(). almFilterComplete = function(){ console.log('Ajax Load More filter has completed!'); }; **URL Update** - The almUrlUpdate() function is triggered after a successful URL update (pushState) from the Single Post or the Search Engine Optimization add-on almUrlUpdate = function(permalink, type){ console.log("URL updated to " + permalink + '- dispatched from the '+ type + ' add-on.'); }; --- → [View All Callback Functions](https://connekthq.com/plugins/ajax-load-more/docs/callback-functions/) ### Filter Hooks Ajax Load More has a variety of WordPress [filters](https://connekthq.com/plugins/ajax-load-more/docs/filter-hooks/) in place that enable users to hook into Ajax Load More to insert or modify data. → [See All Filters](https://connekthq.com/plugins/ajax-load-more/docs/filter-hooks/) ### Variables Ajax Load More passes the following PHP **[variables](https://connekthq.com/plugins/ajax-load-more/docs/variables/)** to each repeater template - these template variables can help you style and transform your repeater templates. - **\$alm_current** - Returns the current item number in the current Ajax Load More loop and will reset to zero with every 'Load More' action. - **\$alm_page** - Returns the current page number. - **\$alm_item** - Returns the current item number within your loop. - **\$alm_found_posts** - Returns the total number of posts found within the entire WordPress query. ### Plugin Links - [Official Website](https://connekthq.com/ajax-load-more/) - [Documentation](https://connekthq.com/plugins/ajax-load-more/docs/) - [Premium Add-ons](https://connekthq.com/plugins/ajax-load-more/add-ons/) - [Free Extensions](https://connekthq.com/plugins/ajax-load-more/extensions/) - [Github](https://github.com/dcooney/wordpress-ajax-load-more/) ### Please Review Ajax Load More! Your reviews make a big difference! Please consider taking the time to [review my plugin](https://wordpress.org/support/view/plugin-reviews/ajax-load-more). Your ratings and reviews help the plugin grow and provide the motivation needed to keep pushing it forward. → [Leave a Review](https://wordpress.org/support/plugin/ajax-load-more/reviews/#new-post) == Frequently Asked Questions == = What are the steps to getting Ajax Load More to display on my website = 1. Create your shortcode 2. Add the shortcode to your page, by adding it through the content editor or placing it directly within one of your template files. 3. Load a page with your shortcode in place and watch Ajax Load More fetch your posts. → [Read the Implementation Guide](https://connekthq.com/plugins/ajax-load-more/docs/implementation-guide/) = What are my server requirements? = Your server must be able to read/write/create files. Ajax Load More creates the default repeater on plugin activation and in order to modify the output we are required to write to the file as well. = Is the ajax functionality secure? = Yes, Ajax Load more uses admin-ajax and nonces in order to protect URLs and forms from being misused. = Can I make modifications to the plugin code? = Sure, but please be aware that if modifications are made it may affect future updates of the plugin. = Can I modify the repeater template? = Yes, visit the Repeater Template section in your WordPress admin. = How are my repeater templates saved? = Repeater template data is saved into your WordPress database as well as written directly to a repeater template .php file in the ajax-load-more plugin directory. = Can I use custom fields in a repeater? = Yes, but you will need to define $post at the top of the repeater before requesting your custom fields. Like so: global $post; = Which browsers are supported? = - Firefox (Mac, PC, iOS) - Chrome (Mac, PC, iOS, Android) - Safari (Mac, iOS) - Opera - Android - IE11+ = How Can You Contribute? = Issues and pull requests can be submitted via [GitHub](https://github.com/dcooney/wordpress-ajax-load-more). --- == Installation == How to install Ajax Load More. = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'Ajax Load More' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `ajax-load-more.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `ajax-load-more.zip` 2. Extract the `ajax-load-more` directory to your computer 3. Upload the `ajax-load-more` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Screenshots == 1. Settings screen 2. Available Repeater Templates 3. Custom Repeaters Add-On 4. Shortcode Builder 5. Content Editor shortcode icon 6. Edit Page Shortcode Builder 7. Shortcode and implementation examples == Changelog == = 5.4.2.1 - January 3, 2020 = * HOTFIX - Fixed issue with non-functioning Shortcode Builder on sites without `tags` or `categories` present. = 5.4.2 - January 3, 2020 = * NEW - Added new `vars` parameter that allows for passing data into Hooks and Repeater Templates. Variables can accessed in Repeater Templates by accessing the `$args` array. This will pull in all query and variable parameters into an array. `[ajax_load_more vars="var1:The value of var1 value;var2:The value for #2"]` `echo $args['alm_vars'];` // Prints an array of key value pairs. See docs for more info. * UPDATE - Various admin UI/UX updates and layout improvements. * FIX - Fixed issue with Single Posts add-on custom query returning all posts if the query was empty. * FIX - Fixed issue with height of Ajax Load More when filtering with Masonry and zero results are returned. * FIX - Fixed issue in Shortcode builder caused by updated Select2 JS. = 5.4.1 - November 25, 2020 = ** UPGRADE NOTICE for Elementor Add-on Users** We have updated the Elementor add-on settings for how Ajax Load More determines the next page of content during infinite scroll. Ajax Load More no longer uses the `Numbers` pagination type, please follow the steps below to update your widget after update. 1. Visit your page in Elementor. 2. Locate the Posts Widget. 3. Update the `Pagination` type in the Posts Widget from `Numbers` to `Numbers + Previous/Next` or just `Previous/Next`. 4. View the [Guide](https://connekthq.com/plugins/ajax-load-more/add-ons/elementor/#configuration) if you require addtional information. ** OTHER UPDATES ** - NEW - Added new `scroll_direction` parameter that allows for horizontal scrolling of Ajax Load More by setting `scroll_direction="horizontal"` in your shortcode or `alm_render` method. - To horizontal scroll ALM you MUST use a `scroll_container` as seen in the [Scroll Direction example](https://connekthq.com/plugins/ajax-load-more/examples/scroll-direction/). - Horizontal scroll uses a custom Flexbox layout for aligning items. - RTL support will be coming soon. - FIX - Fixed issue with Single Posts and the Table of Contents functionality duplicating the first post entry in the list. - FIX - Added fix for Fatal Error that may appear in the Shortcode class on WooCommerce Product Attribute archive pages. = 5.4.0 - November 11, 2020 = - NEW - Added required functionality for new [Elementor add-on](https://connekthq.com/plugins/ajax-load-more/add-ons/elementor/). - NEW - Added new `alm_disable_noscript` filter to disable all `