Skip to content

Instantly share code, notes, and snippets.

@wipermail
Created August 9, 2023 07:57
Show Gist options
  • Save wipermail/a3892074f0e12a26c205b3e6d6b669f3 to your computer and use it in GitHub Desktop.
Save wipermail/a3892074f0e12a26c205b3e6d6b669f3 to your computer and use it in GitHub Desktop.
wp default search fowm
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ) ?>" >
<label class="screen-reader-text" for="s">Поиск: </label>
<input type="text" value="<?php echo get_search_query() ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="найти" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment