reorg theme
This commit is contained in:
parent
9ddb9f3c60
commit
e63af0b7ce
243 changed files with 10 additions and 11506 deletions
19
searchform.php
Normal file
19
searchform.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* The template for displaying search form
|
||||
*
|
||||
* @package FoundationPress
|
||||
* @since FoundationPress 1.0.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
|
||||
<div class="input-group">
|
||||
<input type="text" class="input-group-field" value="" name="s" id="s" aria-label="Search" placeholder="<?php
|
||||
esc_attr_e( 'Search', 'foundationpress' ); ?>">
|
||||
<div class="input-group-button">
|
||||
<input type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'foundationpress' ); ?>" class="button">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue