• File: searchform.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/TheStyle/searchform.php
  • Date Modified: 04/23/2023 12:07 AM
  • File size: 316 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>/">
    <div>
        <input type="text" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" id="s" />
        <input type="submit" id="searchsubmit" value="<?php esc_attr_e('Search','TheStyle'); ?>" />
    </div>
</form>