• Hello,

    I am using this plugin for advanced search for products like sku, categories etc. And it shows the result on default search.php file of wordpress. I want to customize result page view and fields like tabular format. But the problem is coming when i have customized search.php file it impact other result.

    So my question is that is there anyway to redirect another file instead of default search so it can’t conflict with other result.

    Please help me as soon as possible.

    Thanks

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

    (@wp_dummy)

    Yes, you can.
    You can use this

    if($_GET['s'] == 'uwpsfsearchtrg' && isset($_GET['uformid'])){
      //the customized results here
    }

    to check if the search is from the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Default Search Result Page Result’ is closed to new replies.