Advertisement
Guest User

searchform.php

a guest
Apr 2nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
  2. <div><input type="text" onfocus="this.value = '';"  value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
  3. <input type="submit" id="searchsubmit" value="Search" />
  4. </div>
  5. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement