Created
June 9, 2014 16:54
-
-
Save FranciscoAMK/83430ca90464f6c35cac to your computer and use it in GitHub Desktop.
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 method="get" class="search-form" action="<?php echo home_url(); ?>"> | |
<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> | |
<input type="submit" value="<?php _e('Buscar', 'apk');?>" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment