Skip to content

Instantly share code, notes, and snippets.

@leocristofani
Last active December 15, 2015 22:10
Show Gist options
  • Save leocristofani/5330514 to your computer and use it in GitHub Desktop.
Save leocristofani/5330514 to your computer and use it in GitHub Desktop.
<!-- get_search_form() -->
<form method="get" action="<?php home_url(); ?>">
<input type="text" name="s" id="s" placeholder="search">
<input type="submit" value="search">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment