您可以在标题处找到它。php,只需删除它或使用CSS属性"display:none". get_search_form() 方法表示搜索栏。
<?php
// Has the text been hidden?
if ( \'blank\' == get_header_textcolor() ) : ?>
<div class="only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>">
<?php get_search_form(); ?>
</div>
<?php
else :
?>
<?php get_search_form(); ?>
<?php endif; ?>