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

Reply To: How to have many Search Results Pages

Home Forums Product Support Forums Ajax Search Pro for WordPress Support How to have many Search Results Pages Reply To: How to have many Search Results Pages

#25681
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Daniele,

Unfortunately that won’t help. That option is only for cases where the results page is on a different permalink – but it still has to be the default wordpress results page.
WordPress will always handle the results page via the search.php template file in the theme directory. It might be possible to somehow custom code that template file for a conditional logic. The search IDs are sent via the $_GET['p_asid'] or $_POST['p_asid'] variables, that could be used to make separate loop layouts, in case you are planning to do that.