Ensure taxonomy filters respect active selection when using Load More #32862
MartyFly
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Problem
When using the Loop Grid with taxonomy filters and pagination set to Load on Click, filtering by a taxonomy initially shows the correct set of posts. However, pressing Load More does not keep the filter restriction. Additional posts are pulled from other taxonomies, and posts that exist in multiple taxonomies (including the active one) are duplicated in the results.
Propose a Solution
Load More should respect the active taxonomy filter, so only posts from the chosen taxonomy are loaded.
Posts should not be duplicated if they belong to multiple taxonomies.
This would make the Loop Grid + taxonomy filter combination consistent, reliable, and far more useful for real-world sites.
Additional Context
No response
Agreement
Beta Was this translation helpful? Give feedback.
All reactions