<?php get_search_form(); ?>
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" id="searchform" method="get" role="form">
<div class="form-group">
<input type="text" class="form-control" name="s" id="s" placeholder="Поиск">
</div>
</form>