-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Query Loop: tag filtering limited to 100 tags #33581
Comments
Any update on this? |
Will this be fixed before block themes are released in January? I have been trying to use the Query Loop block to update pages; I wanted to remove some custom solutions and use the built-in Gutenberg tools, but I immediately ran into this problem. Filtering a query by a tag seems like a common scenario, and right now it does not work on a medium-sized site. |
I had to manually add the tag ID using the code view of the editor. I'm also waiting for this fix. |
We are currently in a similar scenario. Is there any new development as concerns this issue? |
For clarity, we have 3,527 tags, so the 100 tag limit is far from ideal. |
For anyone needing a workaround, here is how to manually add the tag ID, as @JosVelasco mentioned:
|
Hello, I wanted to note that we are also experiencing this issue on WP6 and hoping there will one day be a resolution. It's hard to keep using workarounds with categories and keywords. The 100 tag limit seems fairly arbitrary and hoping we could see an improvement made. |
Why is it so hard to solve this problem? It is a painfull process to clarify the situation to my customer and educate them to code - they do not want to code, that's why they use WordPress... |
Wondering if there is a solution to this problem as well. Mad props to @JosVelasco for the workaround. If there is no one working on resolving this right now, can you clarify if you are open to pull requests to dix the problem? |
I'm experiencing this issue too. I initially thought it has something to do with my theme or plugin, but my developer informed me that the issue was on WordPress and that I should contact WordPress support. Fortunately, it's a general issue. Surprisingly, it's still not fixed after being identified in 2021. Hopefully, the issue gets fixed in the near future as the Post List block is a very useful feature I use on my projects and clients' projects. I had been using Category and Keyword filters as a workaround, but that approach is not sufficient. Big shout out to @JosVelasco and @brylie for a better workaround! |
This task is open for more than 12 months? I am glad I found this issue. I thought it was a bug with my content. |
Gotta add a "ditto"on this one. Stumbled across this bug the hard way after spending hours removing another plugin that helped me generate lists of posts that have a tag. Now I'm stuck, unable to go froward while not thrilled about going back to the old way. |
This comment was marked as outdated.
This comment was marked as outdated.
Hey 👋 - I'd appreciate some testing in this PR that aims to resolve this issue. Thanks! |
Description
First reported in Core Trac ticket 53704.
When there are more than 100 tags (in the above report there are 300 tags), only 100 tags are available for filtering the Query Loop.
Step-by-step reproduction instructions
Tags
field in the block'sFilters
Tag 100
=> Notice it does appears and is selectable as the filterTag 200
=> Notice it does not appear and is not selectable as the filterExpected behaviour
The tag field's auto complete should fetch the next group of tags that match what has been typed into the field. In other words, it should display these tags and allow them to be selectable.
Actual behaviour
Tags named as Tag 1 to Tag 302.
Note: No errors in browser console.
Screenshots or screen recording (optional)
and video provided by reporter https://youtu.be/lKlYlMZ6Mx0
WordPress information
Device information
The text was updated successfully, but these errors were encountered: