• Resolved Ilona

    (@filona)


    Hi,

    Is there a way to specify which page template the plugin uses?

    I am using the plugin with the Jigoshop plugin to allow for advanced search through products. However the Advance WP Query Search Filter uses the default search.php template and the Jigoshop layered nav and price filter widgets only appear on shop pages, so I’m thinking I’d need to tell the plugin to use the Jigoshop template instead of the default search template.?

    Or perhaps someone can suggest a plugin to filter search result?

    Was hoping someone can point me in the right direction.

    Many thanks

    https://www.ads-software.com/extend/plugins/advance-wp-query-search-filter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TC.K

    (@wp_dummy)

    You can use the conditional tag to choose the jigoshop search template in search.php.
    eg:

    if(isset($_GET['wqsfsubmit'])){
    include(TEMPLATEPATH . '/search-custom.php');//your custom search template
    }else{
    //do your default search template
    }

    Thread Starter Ilona

    (@filona)

    Thanks

    I actually solved this out by adding another form to search page which works as filters.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filter results on search page’ is closed to new replies.