Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created January 5, 2019 14:44
Show Gist options
  • Select an option

  • Save Musilda/e96eeede9a22db1da2a0346fde85bde4 to your computer and use it in GitHub Desktop.

Select an option

Save Musilda/e96eeede9a22db1da2a0346fde85bde4 to your computer and use it in GitHub Desktop.
<form method="get" id="searchform" action="<?php echo home_url(); ?>/">
<fieldset>
<input type="text" name="s" id="s" placeholder="<?php _e('Search...', 'theme') ?>" />
<input type="submit" name="submit" value="Search" id="s-submit">
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment