Modify search function in WordPress (TwentyTwelve)

Modify the searchform.php, or create one in a child theme (recommended), and you should be able to modify the form all you want.

This is the file that get_search_form looks for and is the file used by the default search widget, though it is not listed in the Template Hierarchy.

Reference:

http://codex.wordpress.org/Function_Reference/get_search_form

Leave a Comment