Is there a way to display a search box on a page (resembling the google landing page)?
I have tried to create a search page template. However, this doesn’t work as all the wp-template styling disappears.
Thanks
Is there a way to display a search box on a page (resembling the google landing page)?
I have tried to create a search page template. However, this doesn’t work as all the wp-template styling disappears.
Thanks
You must be logged in to post a comment.
You can do this using the
get_search_form()
function. For your custom parameters you can add some hidden fields or you can modify the action attribute value.The following can be considered as your form layout.
You can add your own parameters such as tags, etc. by appending the get parameters to the action attribute of form.
Refer some examples below: