Skip to content

Instantly share code, notes, and snippets.

@mazulo
Last active August 29, 2015 13:56
Show Gist options
  • Save mazulo/9008601 to your computer and use it in GitHub Desktop.
Save mazulo/9008601 to your computer and use it in GitHub Desktop.
Form de pesquisa (funcionando em posts e page-custom)
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
<div><label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment