![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/fclub/ |
<?php /** * The template for displaying the search form * * If you do have searchform.php in your Theme, it will be used instead. Keep in mind that * the search form should do a GET to the homepage of your blog. The input text field * should be named s and you should always include a label. * * @link https://codex.wordpress.org/Function_Reference/get_search_form * */ ?> <div class="search-wrapper"> <form method="get" action="<?php echo esc_url( home_url('/') ); ?>"> <input type="text" name="s" size="20" class="search-textbox" placeholder="<?php esc_attr_e( 'Search...', 'fclub' ); ?>" tabindex="1" value="<?php echo esc_attr( get_search_query() ); ?>" required /> <button type="submit" class="search-button"></button> </form> </div><!-- .search-wrapper -->