24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
|
|
<div class="wrap">
|
||
|
|
<form action="<?php bloginfo('url') ?>" method="GET">
|
||
|
|
<input type="text" class="input" name="s" id="s" placeholder="Поиск по сайту">
|
||
|
|
</form>
|
||
|
|
<i class="fa fa-search" aria-hidden="true"></i>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- <div id="aj_search">
|
||
|
|
<form action="<?php //bloginfo('url') ?>" method="GET">
|
||
|
|
<input type="text" name="s" id="s" value="поиск..." autocomplete="off" />
|
||
|
|
</form>
|
||
|
|
<div id="aj_searchresults"></div>
|
||
|
|
</div> -->
|
||
|
|
|
||
|
|
|
||
|
|
<!-- <form role="search" method="get" class="search-form" action="<?php //echo home_url( '/' ); ?>">
|
||
|
|
<label>
|
||
|
|
<span class="screen-reader-text">Search for:</span>
|
||
|
|
<input type="search" class="search-field" placeholder="Искать…" value="" name="s" title="Искать:" />
|
||
|
|
</label>
|
||
|
|
<input type="submit" class="search-submit" value="Поиск" />
|
||
|
|
</form> -->
|