Documentation-Issue-Tracker
Documentation-Issue-Tracker copied to clipboard
[HelpHub] [6.4] Query Loop Block
Article: https://wordpress.org/documentation/article/query-loop-block/
Updates for 6.4
- [ ] Move "Enhance pagination" toggle under Settings. 54198
- [ ] client-side pagination. 53812
- [ ] Add design enhancements for the "enhanced pagination" setting 54455
General
- [ ] Convert all reusable blocks to a ‘regular block’.
- [ ] Update the changelog at the end of the article
Good first issues
If you are looking for simpler tasks, take a look at related good first issues:
- [ ] Check ALT attributes: #1313
- [ ] Check headings: #1314
- [ ] Update screenshots: #1315
- [ ] Update videos: #1316
Heads up @WordPress/docs-issues-coordinators, we have a new issue open. Time to use 'em labels.
Heads up @femkreations - the "block editor" label was applied to this issue.
@Leonardus-Nugraha Assing this to me
@femkreations "Enhanced pagiation" is now "Force page reload" with RC3. Please update the issue description accordingly.
@anandau does the comment above relate to this ticket or #1224 (right ticket now)? Thank you.
My comment is related to this issue. "Force page reload" (earlier Enhanced pagination) is in the query loop block's settings, not in pagination block.
Thank you for clarifying @anandau . @femkreations or @Leonardus-Nugraha would you be able to update the issue please and move the items to the Query block issue? Thank you.
Hello @anandau how are you getting on with this update please? There is also a new dev note on the main query loop for reference https://make.wordpress.org/core/2023/11/13/main-query-loop-handling-for-block-themes-in-6-4/ Thanks.
Hi @abhansnuk
I was away from work last week due to Diwali celebration. I will get it ready for review in next couple of days.
Thank you for the update @anandau . Diwali and Sal Mubarak.
New section to add after Sticky posts section
Force page reload
This option defined the behavior of the pagination block used within the query block. Clicking on pagination will reload the whole page when this option is enabled. When this option is disabled, client-side pagination will work, and only the required part of the page will be updated without reloading the whole page.
Updated gif for Filters section to reflect Force page reload option in block settings.
Advanced section needs an update.
Advanced
- Block name - Give a name to this block
- HTML element - Define the wrapper HTML element of the block
- Additional CSS class(es) - Add a CSS class to your block. This can be used to write custom CSS to style the block as you wish.
Heads up @docs-reviewers - the "[Status] Review" label was applied to this issue.