Keep searched string in search box
-
A suggestion to improve the usability of the plugin: keep the searched text in search text box when viewing search results.
Here’s a very simple code snippet to obtain that:
<input type="text" name="q" size="31" value="<?php echo isset($_GET['q'])? urldecode($_GET['q']) : ''; ?>" />
- The topic ‘Keep searched string in search box’ is closed to new replies.