• 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.

Viewing 1 replies (of 1 total)
  • remove this code from the theme’s sidebar.php

    <form method="get" id="search" action="<?php bloginfo('home'); ?>/">
    			<?php _e('Search', 'chameleon')?>:&nbsp;
    			<input type="text" class="string" value="<?php the_search_query(); ?>" name="s" id="s" />&nbsp;
    			<input type="image" src="<?php bloginfo('stylesheet_directory'); ?>/images/search_button.png" value="Submit" class="button" align="top" />
    		</form>

    always back up 1st

Viewing 1 replies (of 1 total)
  • The topic ‘Delete the search box above the wide top sidebar’ is closed to new replies.