| Current Path : /home/nicedoo/www/wp-content/themes/grocery-shopping/ |
| Current File : /home/nicedoo/www/wp-content/themes/grocery-shopping/searchform.php |
<form method="get" id="searchform" class="searchform" action="<?php echo esc_url(home_url('/')); ?>">
<input placeholder="<?php esc_attr_e('Type here...', 'grocery-shopping'); ?>" type="text" name="s" id="search" value="<?php the_search_query(); ?>" />
<input type="submit" class="search-submit" value="<?php esc_attr_e('Search', 'grocery-shopping');?>" />
</form>