WP Query search
-
Hi,
How can I create a right wp query to search for recipe card, and what fields are available for search like: Ingredients, Description, Title, or may even custom fields ?
For example for custom post search right now I am using something like so :
'post_type' => array('post' ,'mv_create'), 'orderby' => 'date', 'posts_per_page' => -1, 's' => $tags
Where
tags
are just words that match anything in post, how can I do this same for recipes.This give me no results when I try to use any word from recipe.
I am not using any plugin that affects search, and checkbox for disable search are off.
Where I am wrong or should I use something different?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP Query search’ is closed to new replies.