?
Path : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/admired/ |
Current File : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/admired/searchform.php |
<?php /** * The template for the search forms. * * @since admired 1.0 */ ?> <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label for="s" class="assistive-text"><?php _e( 'Search', 'admired' ); ?></label> <input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search', 'admired' ); ?>" /> <input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'admired' ); ?>" /> </form>