Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Your Tool is Amazing!!! 2 Quick questions › Reply To: Your Tool is Amazing!!! 2 Quick questions
Hi,
You are very welcome!
In wordpress you cannot really create a separate page for search results, it is always handled by the search.php file in the theme directory (or inherently index.php). The results pages are usually either customized by making direct changes to that template file via a child theme, or using a custom page builder – but those may not work with all themes.
You can change the search “page” link to a nice permalink via a custom code, and point the search to redirect to that URL, but the results are still handled the same way. It is not an actual page in that case either, it is only a nice alias for it.