Skip to content

Instantly share code, notes, and snippets.

@FranciscoAMK
Created June 9, 2014 16:54
Show Gist options
  • Save FranciscoAMK/83430ca90464f6c35cac to your computer and use it in GitHub Desktop.
Save FranciscoAMK/83430ca90464f6c35cac to your computer and use it in GitHub Desktop.
<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