6 lines
246 B
PHP
6 lines
246 B
PHP
|
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
|
||
|
<div>
|
||
|
<input class="form-control" type="search" placeholder="Chercher" aria-label="Chercher" value="<?php the_search_query(); ?>" name="s" id="s" />
|
||
|
</div>
|
||
|
</form>
|