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

    (@msaari)

    You need to adjust the search form in your theme. If you want the search to target everything, remove this:

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

    and

    <div class="search-option">
    <input class="search-blog" type="radio" name="search-option" value="post"> <label for="search-blog">Blog</label>
    <input class="search-shop" type="radio" name="search-option" value="product"> <label for="search-shop">Shop</label>
    </div>
    Thread Starter michaelgs

    (@michaelgs)

    Thank you, that worked.
    michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘combine shop and blog into one search on woocommerce site’ is closed to new replies.