Last active
August 29, 2015 13:56
-
-
Save mazulo/9008601 to your computer and use it in GitHub Desktop.
Form de pesquisa (funcionando em posts e page-custom)
This file contains 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 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