Search – Only search for post meta field
I’m not quite sure this is what you want (because it is so … easy), but all you need to do is add the following inputs to your search form: <input type=”hidden” id=”meta_key” name=”meta_key” value=”YOUR-META-KEY”> <input type=”hidden” id=”meta_value” name=”meta_value” value=”YOUR-META-VALUE”> Or, if you want to trigger the search by hand, do it like so: $search … Read more