Advertisement
wdtobibur

Wordpress Search Form

Sep 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. ####################
  2. Simple Search form Dynamic....
  3. <form method="GET" action="<?php esc_url(bloginfo('home')); ?>">
  4.     <input name="s" type="text" value="Search..." onfocus="if (this.value == &#39;Search...&#39;) {this.value =             &#39;&#39;;}" onblur="if (this.value == &#39;&#39;) {this.value = &#39;Search...&#39;;}">
  5. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement