Ticket for: Post Grid
0
ede_mota
Hello,
I want to make a complex query, son I'm trying to use the search parameter but it's not working. I have the free version, not sure if that can be done with that version.
I'm trying the following:
tag__not_in=54&tag_id=58
Basically, I want to display all posts that don't have tag 54 but have tag 58. Is it possible with the free version of your plugin?
0 Subscribers
Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
You can do anything that supports by wp_query class
https://developer.wordpress.org/reference/classes/wp_query/
You need to use following filter hook
https://pickplugins.com/documentation/post-grid/filter-hooks/post_grid_query_args/
Regards