Two search result on wordpress
-
The form goes like this..
<form action="#" id="searchform" class="form-search" method="get" role="search"> <div class="search-options"> <label class="radio"> <input type="radio" name="search-option" id="website" value="website" checked> Website </label> <label class="radio"> <input type="radio" name="search-option" id="custom" value="custom"> Custom Post type </label> </div> <input type="text" id="s" name="s" value="" placeholder="Search" class="input-medium search-query"> <input class="btn" type="submit" value="submit" id="searchsubmit"> </form>
How to Make two search-one whole website search and other custom post type search on same website?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Two search result on wordpress’ is closed to new replies.