I'm trying to figure out how I can swap in my search area on WP a graphic search button instead of the standard HTML search button that comes pre-installed. I thought it would be in my search.php file from my theme, but that's not it. What is?
I'm trying to figure out how I can swap in my search area on WP a graphic search button instead of the standard HTML search button that comes pre-installed. I thought it would be in my search.php file from my theme, but that's not it. What is?
If your current theme uses the get_search_form tag, look for searchform.php. If that file doesn't exist, you can create your own search form and save it in your theme folder as searchform.php.
This topic has been closed to new replies.