<?php bloginfo('url'); ?>
<form action="<?php bloginfo('url'); ?>">
<div class="form-search">
<label for="search">جستجو:</label>
<input type="text" class="searchbox" name="s" onblur="if (this.value == '') {this.value = 'جستجو در سایت';}" onfocus="if (this.value == 'جستجو در سایت') {this.value = '';}" value="جستجو در سایت" />
<button class="button" title="Search" type="submit" style="top: -32px;"><span><span>جستجو</span></span></button>
</form>