I would like to use a search form to search words but limit to ONLY search post titles and a custom field (in my case called “cities”).
How can I do it?
Thanks.
I would like to use a search form to search words but limit to ONLY search post titles and a custom field (in my case called “cities”).
How can I do it?
Thanks.
You must be logged in to post a comment.
Here is one idea using the
posts_clauses
filter:where we modify the
where
andjoin
parts for the main search query.