You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [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))
Describe the bug
When a Homepage Posts block has a specific post set, this post will not be ignored in dedupliaction:
This appears only in the frontend (PHP view), not in the editor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This layout should display posts without duplication.
The text was updated successfully, but these errors were encountered: