How can I make a search form that can search taxonomies and posts?
I believe something like this would do the trick. EDIT My code assumes the querystring value is the post_type, not an integer like your form field. Also, your form field is named ‘cat’, I think WordPress has that reserved, at least I remember having conflicts when I last used ‘cat’ in a querystring. EDIT 2 … Read more