Basically how would I create a form to search only within a custom post type?
Leave a Reply
You must be logged in to post a comment.
Basically how would I create a form to search only within a custom post type?
You must be logged in to post a comment.
just add
to your search form and obviously replace post type name with your custom post type name.
and to make sure that only your custom post type return as results add:
Hope this helps