Viewing 3 replies - 1 through 3 (of 3 total)
  • You can add the following to your functions.php file:

    function my_qmt_reset_url() {
        return 'https://url/category';
    }
    add_filter( 'qmt_reset_url', 'my_qmt_reset_url' );
    Thread Starter Jasper

    (@lucydog)

    Thanks – that works!

    I’ve used the above for the “Reset” function and it works fine. However, if someone makes a search without choosing any criteria it redirects back to the homepage. I’d rather it default to the same screen as if the user had chosen something with no results. Is there anyway to do this?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Taxonomy Drill-Down] Direct "Reset" to a specific landing page’ is closed to new replies.