Created
January 5, 2019 14:44
-
-
Save Musilda/e96eeede9a22db1da2a0346fde85bde4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form method="get" id="searchform" action="<?php echo home_url(); ?>/"> | |
| <fieldset> | |
| <input type="text" name="s" id="s" placeholder="<?php _e('Search...', 'theme') ?>" /> | |
| <input type="submit" name="submit" value="Search" id="s-submit"> | |
| </fieldset> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment