Hi friends,
I have a simple issue... I need 2 search boxs in diferent parts of my web:
- At the first one I need to exclude an especific custom post type
- At the other I want to search at just this custom post type excluded before...
I had solved it without the Relevanssi plugin. I assigned the argument exclude_from_search to true for this especific custom post type, so the default search exclude it.
Then, I created the second search and put the code <input type="hidden" name="post_type" value="that_custom_post_type" /> and it works well.
But I want to use the Relevanssi´s features, but I couldn´t solve this problem.
Any help??
Thanks!