Hi @fuegosan. To create a custom search results page, see this article in the codex: http://codex.wordpress.org/Creating_a_Search_Page
I shall attempt this! But I am not an avid wordpress or webdeveloper. is their an easier way like a plug in?
There are plugins that can adjust the parameters of your search – but to achieve the result in your second link you will need to create a custom search page. I found this tutorial which might help: http://premium.wpmudev.org/blog/build-your-own-custom-wordpress-search/
OK, I do not have access to the .php file is there a way just to change the wording from “No Result Found” To something like “Please check your zip code entered”
Thank in advance pearl for your quick responses.
Hi again! Hmm, OK – If you don’t have access to your files via FTP/Control panel you can adjust them through your editor under Appearence > Editor.
Or using using the plugin Advanced Code Editor you can make new files via the editor. https://wordpress.org/plugins/advanced-code-editor/
To change the text No result found you will need to make a child theme. If you’re not familiar with child themes/files take a look at the codex article: http://codex.wordpress.org/Child_Themes