Showing entries only if they belong to a specific taxonomy #5916
-
I'm running a query: `{{ collection:products paginate="15" as="posts" }} {{ /collection:products }}` I want only to show products which belong to any of the taxonomy NEW ITEMS terms:
etc. Is there a way to append query with taxonomy:new_items=ANY or something similar, to only show products that belong to at least one of the specified taxonomy terms? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jasonvarga
Apr 26, 2022
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tomasg-lt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
taxonomy:new_items:any="cpu|gpu|memory"