In previous version of WP it was possible to edit the searchbox layout etc in the widget.php file in the wp-includes folder.
I can't seem to find the code to make some necessary changes anymore. Where have you guys put it in 2.8? :)
Thanks
In previous version of WP it was possible to edit the searchbox layout etc in the widget.php file in the wp-includes folder.
I can't seem to find the code to make some necessary changes anymore. Where have you guys put it in 2.8? :)
Thanks
You've been able to create your own, theme-specific, searchform.php template for quite a while now. Simply place the your form markup in a file called searchform.php within your theme and WP will pick it up automatically.
Nice, thanks esmi :)
You must log in to post.