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

    (@pektsekye)

    Hello,

    Try to replace the code:

    
       public function getSubmitSearchUrl()     
      {   
        return home_url( '/' );
      }
    

    with:

    
       public function getSubmitSearchUrl()     
      {   
        return home_url('/car-sun-shade/');
      }
    

    in the file:
    wp-content/plugins/ymm-search/Block/Selector.php

    Stanislav

    Thread Starter danaru

    (@danaru)

    Hi Stanislav,

    Thank you, this works like a treat. Excellent.

    Danaru San

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘search query URL change’ is closed to new replies.