• <div id="search">
    		<form method="get" id="searchform" action="<?php bloginfo('siteurl'); ?>">
    		<fieldset>
    			<input type="text" value="<?php the_search_query(); ?>" size="21" id="text" />
    			<input type="submit" value="Search" id="searchsubmit" />
    		</fieldset>
    		</form>
    		</div>

    This is my code and it’s not working 🙁
    All it does is it takes you to my homepage

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Search box not working.’ is closed to new replies.