Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created September 8, 2016 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/bf1f1f2644e5e4866106117637f63512 to your computer and use it in GitHub Desktop.
Save jchristopher/bf1f1f2644e5e4866106117637f63512 to your computer and use it in GitHub Desktop.
<form role="search" method="get" id="searchform"
class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<div>
<label class="screen-reader-text" for="s"><?php _x( 'Search for:', 'label' ); ?></label>
<input type="text" value="<?php echo get_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit"
value="<?php echo esc_attr_x( 'Search', 'submit button' ); ?>" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment