We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aade035 commit 979b913Copy full SHA for 979b913
sidebar.php
@@ -1,7 +1,7 @@
1
<div class="book-summary">
2
<div id="book-search-input" role="search">
3
<form method="get" action="<?php echo esc_url( home_url() ); ?>">
4
- <input type="text" name="s" placeholder="Type to search">
+ <input type="text" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" placeholder="Type and press enter to search">
5
</form>
6
</div>
7
<nav role="navigation">
0 commit comments