File Editor
Directories:
.. (Back)
admin
images
includes
js
languages
sample
skins
themify
themify-builder
uploads
Files:
404.php
changelog.txt
comments.php
customizer-basic-config.php
customizer-config.php
footer.php
functions.php
header.php
index.php
license.txt
media-queries.css
page.php
rtl.css
search.php
searchform.php
sidebar.php
single-portfolio-expand.php
single-portfolio.php
single-team.php
single.php
style.css
taxonomy-portfolio-category.php
taxonomy.php
theme-class-highlight.php
theme-class-portfolio.php
theme-class-section.php
theme-class-team.php
theme-class-types.php
theme-class.php
theme-config.php
theme-functions.php
theme-modules.php
theme-options.php
Create New File
Create
Edit File: searchform.php
<?php /** * Template for search form. * @package themify * @since 1.0.0 */ ?> <form method="get" id="searchform" action="<?php echo home_url(); ?>/"> <i class="icon-search"></i> <input type="text" name="s" id="s" placeholder="<?php _e('Search', 'themify'); ?>"> </form>
Save Changes
Rename File
Rename