Home Forums WoodMart support forum Search Configuration

Search Configuration

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247917

    tremimi
    Participant

    Hello,

    the search form in the header can only search products. But the Website i am designing is no shop, so can i change the search type for “sites”. So the user can search for sites and content?

    #247979

    Hello,

    You can configure the search to find products (in the search element of the header builder) and posts. There is no option to find content from all the sites, you will have to find a plugin.

    Best Regards

    #247996

    tremimi
    Participant

    Hello, there is a way. I found it, you have to delete this line of code in the “searchform.php”:

    <ul>
    <?php
    	woodmart_search_form( array(
    		'ajax' => false,
                    'post_type' => 'post' *delete this*
    	) );
    ?></ul>
    

    But thank you nevertheless for your reply

    #248004

    Hello,

    We are glad you have solved the problem. If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)