I would like to eliminate the search box that is above the wide top sidebar. Do you know if / how is this possible? Thank you.
I would like to eliminate the search box that is above the wide top sidebar. Do you know if / how is this possible? Thank you.
remove this code from the theme's sidebar.php
<form method="get" id="search" action="<?php bloginfo('home'); ?>/">
<?php _e('Search', 'chameleon')?>:
<input type="text" class="string" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="image" src="<?php bloginfo('stylesheet_directory'); ?>/images/search_button.png" value="Submit" class="button" align="top" />
</form>
always back up 1st
You must log in to post.