Taxonomy query
-
Hi! I need to query taxonomy in a way that is not supported by the default Query Loop block :
- with tags Not including “foo”
- with no tags
Use case: A private site where all tagged and untagged content is for members-only, but public content is tagged “public”. I don’t want to tag all member content as ‘”private”. And I don’t want to modify the default query loop block filter in the FSE to include all tags except public, because this will need to be modified whenever a new tag is created.
I’d prefer not to create a CPT for public posts, and then query for that specific CPT, but I will do that if it’s supported and available immediately.
If my request requires a code change, I can take a look at this plugin code and maybe offer a patch that includes the new feature.
Suggestions? Thanks!
- The topic ‘Taxonomy query’ is closed to new replies.