Forums
-
- Forum
- Posts
-
- Installation
- 28,521
- Troubleshooting
- 62,696
- Themes
- 10,443
- Plugins
- 15,379
- Requests & Feedback
- 14,981
- Showcase
- 3,261
-
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.