Ajax Load More: REST API
An Ajax Load More extension that adds compatibility for the WP REST API.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 209 days ago
Is Ajax Load More: REST API abandoned?
Likely maintained (last update 209 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The REST API extension will enable compatibility between Ajax Load More and the WP REST API plugin.
Easily access your website data (as JSON) through an HTTP REST API and display the results using the beauty of infinite scrolling with Ajax Load More.
https://connekthq.com/plugins/ajax-load-more/extensions/rest-api/
How It Works
The REST API add-on works by routing the standard Ajax Load More admin-ajax.php requests through to API endpoints for data retrieval. The data is returned as JSON, then parsed and displayed using Underscore.js styled templates on the front-end of your website.
Using a simple GET request, a JavaScript Repeater Template and a custom endpoint (/wp-json/ajaxloadmore/posts) developed specifically for Ajax Load More, users are able to access website data and infinite scroll the results using the WP REST API.
Installation
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
ajax-load-more-rest-api.zipfrom your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
ajax-load-more-rest-api.zip. - Extract the
ajax-load-more-rest-apidirectory to your computer. - Upload the
ajax-load-more-rest-apidirectory to the/wp-content/plugins/directory. - Ensure Ajax Load More is installed prior to activating the plugin.
- Activate the plugin in the WP plugin dashboard.
Frequently Asked Questions
Namespaces are the first part of the URL for the endpoint. Namespaces allows for two plugins to add a route of the same name, with different functionality.
Need more info? Read the official documentation on Namespacing.
http://v2.wp-api.org/extending/adding/#namespacing
You should add your custom endpoints to the functions.php file in your current theme directory.
No, all Repeater Templates that are used with the REST API add-on must be coded as a JavaScript template.
Yes! As long as you are using the default /wp-json/ajaxloadmore/posts endpoint all values passed via shortcode will be parsed in your API call.
Review feed
Screenshots
Changelog
1.2.6 – June 5, 2025
- NEW: Adding Ajax Load More as a required plugin.
- UPDATE: Code cleanup, readme and WP tested version.
1.2.4 – November 11, 2024
- UPDATE: Readme, contributors, WordPress tested version
1.2.3 – February 23, 2023
- FIX: Fixed up PHP warnign messages found in debug log for default endpoint.
1.2.2 – December 30, 2022
- FIX: Added fix for saving posts in editor when REST API shortcode in place.
- UPDATE: Updated custo endpoint to rely on core ALM query params.
- UPDATE: Code cleanup.
1.2.1 – January 20, 2021
- UPDATE – Updated REST API endpoint to include
permissions_callbackwhich is now required to remove PHP notices/warnings.
1.2 – March 14, 2017
- NOTICE – Moved extension to .org repo.
- UPDATE – Removed REST API plugin Requirement if core WP 4.7 or greater is running.
1.1 – September 5, 2016
- MILESTONE – Must update core Ajax Load More to 2.12.0 when updating this add-on.
- UPDATE – Updated endpoint + js function to hold new return data to match core ALM for posts and total posts
= 1.0 – June 5, 2016=
* Initial Release.