This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Redirect of search ends up in a 404 page sometimes.

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.

#17170
FredagFredag
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