Forums

Delete the search box above the wide top sidebar (2 posts)

  1. brilliantvideos
    Member
    Posted 2 weeks ago #

    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.

  2. samboll
    moderator
    Posted 2 weeks ago #

    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

Reply

You must log in to post.

About this Topic