Created
August 15, 2017 20:44
-
-
Save anonymous/1b9930ec89d5af2d5345d4b1e9243bc4 to your computer and use it in GitHub Desktop.
Code 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="" method="get"> | |
<p> | |
<input type="text" name="s" id="s" value="" data-swplive="true" /> <!-- data-swplive="true" enables SearchWP Live Search --> | |
</p> | |
<p> | |
<button type="submit"><?php _e( 'Search' , 'mytextdomain' ); ?></button> | |
</p> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment