Created
August 29, 2018 17:37
-
-
Save chered/a147cdc9ea60736af91ed57afb43d963 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" role="search" action="https://example.com/" title="Type and press Enter to search."> | |
<input type="search" class="fl-search-input form-control" name="s" value="Search" onfocus="if (this.value == 'Search') { this.value = ''; }" onblur="if (this.value == '') this.value='Search';"> | |
<input type="hidden" name="post_type" value="post"></form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment