Skip to content

Instantly share code, notes, and snippets.

@miklb
Created March 20, 2017 01:55
Show Gist options
  • Select an option

  • Save miklb/a9e91a708e18b0c6c8cfd9f34213e2a4 to your computer and use it in GitHub Desktop.

Select an option

Save miklb/a9e91a708e18b0c6c8cfd9f34213e2a4 to your computer and use it in GitHub Desktop.
current theme searchform
<form role="search" method="get" id="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<p class="control has-addons">
<input class="input" name="s" id="search" type="search" value="<?php echo esc_attr( get_search_query() ); ?>" placeholder="Find it now!">
<button class="button is-info" type="submit">
Search
</button>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment