Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chered/a147cdc9ea60736af91ed57afb43d963 to your computer and use it in GitHub Desktop.
Save chered/a147cdc9ea60736af91ed57afb43d963 to your computer and use it in GitHub Desktop.
<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