Searching through different categories on different pages code is not working
The answer before mine shows you the problem about is_search() in your code. To solve your problem, you can try to add some datas from your search form. In your WordPress you have a searchform.php, you can edit this file to add a new hidden field or use an ugly filter function like I have … Read more