add page template
This commit is contained in:
23
blocks/search-form.php
Normal file
23
blocks/search-form.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<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> -->
|
||||
Reference in New Issue
Block a user