Query Loop Load More
开发者 |
wpspecialprojects
tommusrhodus
npagazani
geoffguillain
tiagonoronha
nateallen
glynnquelch
dhansondesigns
mlaetitia
fmfernandes
robrobsn
kimclow
|
更新时间 |
2025年5月16日 04:33 |
PHP版本: |
8.0 及以上 |
WordPress版本: |
6.7.2 |
版权: |
GPLv3 or later |
版权网址: |
版权信息
|
详情介绍:
This WordPress plugin adds a load more option to the Query Loop Pagination block in Gutenberg, allowing users to load more posts without refreshing the page. It replaces the traditional Previous
Next
and numbered pagination, with a customizable, Load More
button.
安装:
- Upload the plugin files to the
/wp-content/plugins/query-loop-load-more
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress.
屏幕截图:
更新日志:
1.0.14
- Fix - Fixed posts not loading on infinite scroll if site has no footer.
1.0.13
- Fix - Fixed link without text when inifnite scroll is enabled.
1.0.12
- Fix - Fixed the query pages comparison check.
1.0.11
- Fix - Fixed warning about _load_textdomain_just_in_time.
- ADDED - Javascript event document.qllmLoadStart when load more button is clicked.
- ADDED - Javascript event document.qllmLoadEnd when loading is completed.
- FIX - The load more button now respects the max number of pages on a query if a limit was manually set.
1.0.10
- Fix - Fixes load more button wrapping.
1.0.9
- Fix - Loading more posts for query blocks with no or zero as the queryId
- Fix - Keeping original button content after loading more posts. Fixes pagination arrow
1.0.8
- Fix - Only use intersection observer if infinite loading setting is active
- Fix - Use global query to get maximum amount of pages if query is set to inherit
1.0.7
- Fix - Loading posts ( multiple query blocks, loading posts from correct query block )
- Fix - URL related issues ( new setting for updating the URL, update paging parameter without changing base URL )
- Update - Using only one button, including infinite scroll
- Update - Changed default behavior - not updating the URL by default - added a setting to re-enable
- Update - Build scripts
1.0.6
- Update - Add loading class when in loading state
1.0.5
- Fix - Infinite scroll would duplicate some posts due to the same AJAX call being executed twice
1.0.4
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.