• Hi,

    I run and WooCommerce site. I would like to have two search boxes.

    1. box would search display only results from products
    2. box would display only results from portfolios posts (e.g. http://savoy.nordicmade.com/portfolio/).

    Is it possible to have something like this?

    Thank you for your help and support. Jan

    The page I need help with: [log in to see the link]

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

    (@msaari)

    Yes. The first box should have inside the HTML code this:

    <input type="hidden" name="post_type" value="product" />

    and the second box should have this:

    <input type="hidden" name="post_type" value="portfolio" />

    That should do the trick.

Viewing 1 replies (of 1 total)

The topic ‘Different search boxes’ is closed to new replies.