How to use search parameter to query posts

Ticket for: Post Grid
0
How to use search parameter to query posts 1
ede_mota
Aug 04, 2020 11:25 AM 1 Answers
Member Since Aug 2020
Subscribed Subscribe Not subscribe
Flag(0)

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
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
How to use search parameter to query posts 2
PickPlugins
Aug 04, 2020
Flag(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

Sign in to Reply
Replying as Submit