Current File : /home/pacjaorg/wpt.pacja.org/copwordpres/wp-content/themes/forest-nature/searchform.php |
<?php
/**
* Template for displaying search forms in Forest Nature
*
* @subpackage Forest Nature
* @since 1.0
*/
?>
<?php $forest_nature_unique_id = esc_attr( uniqid( 'search-form-' ) ); ?>
<form method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search', 'placeholder', 'forest-nature' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" />
<button type="submit" class="search-submit"><?php echo esc_html_x( 'Search', 'submit button', 'forest-nature' ); ?></button>
</form>