• Hello, I have a search bar, and I’ve installed the Relevanssi Live Ajax Search plugin. It’s functioning well, but it currently displays posts, pages, and products. I want to limit it to displaying only products. Is this possible?

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

    (@msaari)

    Add a post type restriction to the search form. For example, you can add this to the search form:

    <input type="hidden" name="post_type" value="product" />
Viewing 1 replies (of 1 total)
  • The topic ‘Limit search results to Woocommerce products’ is closed to new replies.