Skip to content

Instantly share code, notes, and snippets.

@msaari
Created April 23, 2020 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msaari/d168295c9b170d4a4af37500fb8585d2 to your computer and use it in GitHub Desktop.
Save msaari/d168295c9b170d4a4af37500fb8585d2 to your computer and use it in GitHub Desktop.
Searchform.php
<div role="search" class="search-form-wrapper">
<form method="get" class="g1-searchform-tpl-default search-form" action="https://beezfac.com/m/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:">
<input type="hidden" name="searchblogs" value="all" />
</label>
<button class="search-submit">Search</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment