Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Redirect of search ends up in a 404 page sometimes. › Reply To: Redirect of search ends up in a 404 page sometimes.
March 19, 2018 at 10:55 am
#17170
Participant
Hello
Regarding question 1. I solved it by using a get querystring on the second page (search) like:
$frontpagesearch = sanitize_text_field( $_GET[‘frontpagesearch’] );
And with JavaScript ad it to the search bar on the search page (second page).
I will try to do something similar with question no 2.
Still curious to here what you have to say about my original question though.
/Stefan