Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####################
- Simple Search form Dynamic....
- <form method="GET" action="<?php esc_url(bloginfo('home')); ?>">
- <input name="s" type="text" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}">
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement