Advertisement
STATEDLIGHT

Search Form

Jan 21st, 2013
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <form method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
  2. <div>
  3. <input type="text" value="" name="s" id="s" placeholder="Search..." />
  4. <input type="image" src="<?php echo get_template_directory_uri();?>/images/search.png" id="searchsubmit" value="Search" alt="Search" />
  5. </div>
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement