Description
Adds a load more option to the Query Loop Pagination block in Gutenberg, allowing users to load more posts without refreshing the page.
To use this plugin, you must first add the Query Loop block into your post content, then add the Pagination block inside the Query Loop. When working with the Pagination block, you will see new options to enable load more on the block.
The load more option allows you to set a loading text parameter and also the button text. The load more button works with the alignment options and arrow options of the pagination block.
Here is how to enable the load more option:
- Add the Query Loop block to your post content.
- Inside the Query Loop block, add the Pagination block.
- In the Pagination block settings, enable the “Load More” option.
- Set the loading text parameter and the button text.
- Customize the alignment and arrow options if desired.
- That’s it! Your visitors can now load more posts by clicking the load more button without refreshing the page.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Query Loop Load More” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Query Loop Load More” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.5
- Fix – Infinite scroll would duplicate some posts due to the same AJAX call being executed twice
1.0.4
- Update – Version
1.0.3
- Fix – Loading more posts on “Inherit query from template”
1.0.2
- Add – SVN deployment workflow
- Update – Version and Stable tag
1.0.1
- Fix – Unify GPL license
- Fix – Unify text domain and plugin slug
1.0.0
Initial release.