Remove Url Parameter Wordpress
I have problem with search in WordPress. I want to remove the "s" parameter in the URL. This is my URL:
www.example.com?post_type=tours=tour_location=70tour_types=116tour_month=144tour_year=66
I want the URL to look like:
www.example.com?post_type=tourtour_location=70tour_types=116tour_month=144tour_year=66
How do I need to modify my code?