Forums
-
- Forum
- Posts
-
- Installation
- 26,342
- Troubleshooting
- 56,508
- Themes
- 9,856
- Plugins
- 14,387
- Requests & Feedback
- 14,131
- Showcase
- 3,221
-
The search box is not hard coded in the core, it’s only in the template – it won’t be forced on other templates.
Just look in header.php
<?php login_form(); ?>
<div class="search">
<?php search_form(); ?>
</div>
The three “search” lines can be removed or just comment out this:
<?php // search_form(); ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS