Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Delete the search facility.


chrishajer
Participant

@chrishajer

Using display:none just hides it from display. If you want to remove it, remove the code from your template file. In the 1.0 versions it’s in header.php. Remove this stuff:

<div class="search">
<?php search_form(); ?>
</div>

That will remove the search box.

Skip to toolbar