Hey there,
I’m trying to exclude a product category in the grid plugin & have been following the support topic - https://theme.co/apex/forum/t/excluding-post-category-in-the-grid/16106
Is this possible with product categories? I tried using product_cat but this doesn’t seem to work.
Cheers!
Hello Steve,
Thanks for writing in! The query_args for the Grid plugin may need more in depth modifications. You may need to check out more into the query_args in the codex:
- https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters
- https://codex.wordpress.org/Class_Reference/WP_Meta_Query
May I suggest that instead of excluding a product category, you may select on the category that you want to display in the grid?

Hope this helps.
yes! the simple way works! i need to take more breaks…
thanks for your help!
You’re welcome!
It’s good to know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.