Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum Themes How do you remove search in right sidebar?
How do you remove search in right sidebar?
7:5814 December, 2010
Steve
Hello,
Love the theme.
How do you remove the search in the right sidebar?
Thanks,
calculus answers
4:3015 January, 2011
Brian
Hi Steve, go into sidebar.php and remove the following lines –
Hope the code above displayed ok and you can suss it out.
10:2319 February, 2011
EC
Got the search bar removed, but now the header photo images overlap the headline text in that far right sidebar. Any suggestions for filling a little of the space that the search bar took up? Thanks!
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 11 + 10
Vladimir’s WordPress Forum
How do you remove search in right sidebar?
7:58
14 December, 2010
Steve
Hello,
Love the theme.
How do you remove the search in the right sidebar?
Thanks,
Steve
calculus answers
4:30
15 January, 2011
Brian
Hi Steve, go into sidebar.php and remove the following lines –
<?php $search_text = __("Search…", 'amazinggrace'); ?>
<form method="get" id="searchform" action="<?php home_url(); ?>/">
<input type="text" value="<?php echo $search_text; ?>" name="s" id="s" onblur="if (this.value == '')
{this.value = '<?php echo $search_text; ?>';}"
onfocus="if (this.value == '<?php echo $search_text; ?>')
{this.value = '';}" />
<input type="hidden" id="searchsubmit" />
</form>
</div>
Hope the code above displayed ok and you can suss it out.
10:23
19 February, 2011
EC
Got the search bar removed, but now the header photo images overlap the headline text in that far right sidebar. Any suggestions for filling a little of the space that the search bar took up? Thanks!