• Is it possible to create separate search forms on different pages, for example one searching only posts tagged “topics” and another searching the entire site.

    If so, are there any links that provide relevant information?

    Thanks so much

Viewing 1 replies (of 1 total)
  • Plugin Author Mikko Saari

    (@msaari)

    WP_Query documentation lists all sorts of parameters you can use to filter the search results. For example, to add a tag filter, add this inside the search form:

    <input type="hidden" name="tag" value="topics" />

Viewing 1 replies (of 1 total)
  • The topic ‘Relevanssi. Creating different search forms indexing different info’ is closed to new replies.