File Editor
Directories:
.. (Back)
core
css
images
js
Files:
404.php
archive.php
author.php
category.php
changelog.txt
class-tgm-plugin-activation.php
comments.php
customizer.php
footer.php
front-page.php
functions.php
google-font.php
guardian-default-settings.php
header.php
index.php
loop.php
page-fullwidth.php
page.php
post-content.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
weblizar-breadcrumbs.php
woocommerce.php
Create New File
Create
Edit File: searchform.php
<form method="post" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input class="ainput-text" name="s" id="s" value="<?php __('Enter Search Blog...','guardian'); ?>" onFocus="if (this.value == '<?php _e('Enter Search Blog...','guardian');?>') {this.value = '';}" onBlur="if (this.value == '') {this.value = '<?php _e('Enter Search Blog...','guardian');?>';}" type="text" /> <input id="searchsubmit" value="<?php __('Search','guardian'); ?>" type="submit" /> </form>
Save Changes
Rename File
Rename