File Editor
Directories:
.. (Back)
bbpress
buddypress
cornerstone
framework
woocommerce
Files:
404.php
bbpress.php
buddypress.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
readme.txt
searchform.php
sidebar.php
single-x-portfolio.php
single.php
style.css
template-blank-1.php
template-blank-2.php
template-blank-3.php
template-blank-4.php
template-blank-5.php
template-blank-6.php
template-blank-7.php
template-blank-8.php
template-layout-content-sidebar.php
template-layout-full-width.php
template-layout-portfolio.php
template-layout-sidebar-content.php
woocommerce.php
Create New File
Create
Edit File: searchform.php
<?php // ============================================================================= // SEARCHFORM.PHP // ----------------------------------------------------------------------------- // Template for displaying search forms in X. // ============================================================================= $input_atts = apply_filters( 'x_search_input_atts', array( 'class' => 'search-query', 'placeholder' => __( 'Search', '__x__' ) ) ); ?> <form method="get" id="searchform" class="form-search" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label for="s" class="visually-hidden"><?php _e( 'Search', '__x__' ); ?></label> <input type="text" id="s" name="s" <?php echo x_atts( $input_atts ); ?> /> </form>
Save Changes
Rename File
Rename