Forums
-
- Forum
- Posts
-
- Installation
- 28,503
- Troubleshooting
- 62,679
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
Like on my forums? http://www.rayd.org/forums/
If so, I just searched through the code for the search form and found the function “search_form()” so I did this:
<div>
<h2><?php _e('Search'); ?></h2>
<?php search_form(); ?>
</div>
Then you just take “search_form.php” out of your bb-templates folder, drop it in the my-templates folder and change the sizes to whatever you want.