How can I get my searchform back from version 1.2.1.? I don't like the pulldown with a lot of search options and like it much more as it was. Personally I don't see the use of searching for exif-data like flash or saturation, but if there would be an option to disable that pulldown menu I would be very happy
Comments
a quick and dirty way :
1. in the admin panel general options, check or uncheck the options you want in your search form
2. just add `#searchfields_icon {display:none;}` in the css of your theme.
I already found a slow and dirty way by deactivating all the code in template-functions.php, but this is much cleaner. And this way I don't need to adjust the file again during the next update/upgrade