Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: ensure query loop block rendering respects user-defined limit #1255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frzsombor
Copy link

@frzsombor frzsombor commented Jun 24, 2024

Closes #1253

This solution does not try altering the query but limits the number of posts in the PHP loop, based on post_per_page.

@frzsombor frzsombor changed the title fix: ensure query loop block rendering respects user-defined limit Fix: ensure query loop block rendering respects user-defined limit Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Query Loop shows wrong number of posts on the front end with sticky posts
1 participant