%PDF- %PDF-
| Direktori : /home/gachan/www/wp-content/themes/jekas/ |
| Current File : /home/gachan/www/wp-content/themes/jekas/searchform.php |
<?php
/**
* The template for displaying search forms in PressCore
*
* @package presscore
* @since presscore 0.1
*/
// File Security Check
if ( ! defined( 'ABSPATH' ) ) { exit; }
?>
<form class="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<div class="input-group">
<span class="input-group-addon"> <i class="fa fa-search"></i></span>
<input type="text" class="form-control" name="s" value="<?php esc_attr( get_search_query() ); ?>" placeholder="<?php esc_attr_e( 'Search ...', 'jekas' ); ?>" />
<span class="input-group-btn">
<button class="btn btn-primary" type="submit" name="subscribe"><?php esc_html_e('Go','jekas')?>!</button>
</span>
</div>
</form>