File "searchform.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/creative-portfolio-lite/searchform.php
File size: 380 bytes
MIME-type: text/plain
Charset: utf-8

<form method="get" id="searchform" class="searchform" action="<?php echo esc_url(home_url('/')); ?>">
	<input placeholder="<?php esc_attr_e('Type here...', 'creative-portfolio-lite'); ?>" type="text" name="s" id="search" value="<?php the_search_query(); ?>" />
	<input type="submit" class="search-submit" value="<?php esc_attr_e('Search', 'creative-portfolio-lite');?>" />
</form>