search query within custom taxonomy term, post title and meta field
You can do everything you need using the search parameters allowed in WP_Query — except searching in the post title only. In order to do that, see this answer. Make sure to look at the taxonomy and meta subqueries allowed in the args passed to WP_Query. EDIT: Since you need to select using OR, you … Read more