Make WordPress Themes

source: flixita/1.0.74/searchform.php

Last change on this file was 198763, checked in by themedropbox, 2 years ago

New theme: Flixita - 1.0

File size: 539 bytes
Line 
1<?php
2/**
3 * The template for displaying search form.
4 */
5?>
6<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
7        <label>
8                <span class="screen-reader-text"><?php esc_html_e( 'Search for:', 'flixita' ); ?></span>
9                <input type="search" class="search-field" placeholder="<?php esc_attr_e( 'Search', 'flixita' ); ?>" value="" name="s">
10        </label>
11        <button type="submit" class="search-submit" value="<?php esc_attr_e( 'Search', 'flixita' ); ?>"><i class="fa fa-search"></i></button>
12</form>
Note: See TracBrowser for help on using the repository browser.