File Editor
Directories:
.. (Back)
css
functions
html5
img
inc
js
languages
page-templates
sections
Files:
404.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
readme.txt
searchform.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: searchform.php
<?php /** * The template for displaying the Search Form * * The area of the page that contains comments and the comment form. * * @package wlow */ ?> <form class="search-light" role="search" method="get" action="<?php echo esc_url_raw(home_url()); ?>"> <input type="text" placeholder="<?php esc_attr_e('Search', 'wlow'); ?>" name="s"> <button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button> </form>
Save Changes
Rename File
Rename