Suchfeld deativieren
Fortsetzung "Wie deaktiviere ich mein Suchfeld"
[h=3]Suchformular (searchform.php)[/h]
<?php
/*
SEARCH FORM
This file is the template for the theme searchform.
This theme copyright (C) 2008-2010 PageLines
*/
?>
<form method="get" class="searchform" action="<?php echo home_url(); ?>/" onsubmit="this.submit();return false;">
<fieldset>
<input type="text" value="<?php _e('Search','pagelines');?>" name="s" class="searchfield" onfocus="if (this.value == '<?php _e('Search','pagelines');?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Search','pagelines');?>';}" />
<input type="image" class="hidden btn" name="hidden" src="<?php echo THEME_IMAGES;?>/search-btn.png" alt="Go" />
</fieldset>
</form>
Lieben Gruß
Alex