-
Notifications
You must be signed in to change notification settings - Fork 45
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
Always display query controls #497
Conversation
if "Number of items" was set to 0 or empty, the query controls were not rendered
Noting this is probably identical to this Carousel issue/resolution: #479 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I agree this change is good. We should also follow Jeff's suggestion to not let people select a value of 0
for Posts to Show.
Good idea, I've added disallowing 0 posts in 4bf44e9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
## [1.7.1](v1.7.0...v1.7.1) (2020-06-09) ### Bug Fixes * always display query controls; disallow choosing 0 posts ([#497](#497)) ([b956111](b956111)) * correct order of arguments in implodes ([0f45074](0f45074)) * don't use main wp_query when rendering homepage posts ([9c804f6](9c804f6)) * reset postdata after restoring wp_query ([d9d01a6](d9d01a6)) * **homepage-posts:** exclude specific posts from other blocks from query ([#500](#500)) ([31181a5](31181a5)), closes [#498](#498) * make bottom margin styles less specific for easier overrides ([#483](#483)) ([93c3aff](93c3aff))
🎉 This PR is included in version 1.7.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Resolves an unreported bug which causes part of "Display Settings" section to disappear.
How to test the changes in this Pull Request:
Other information: