Forums

Search box not working. (2 posts)

  1. germz
    Member
    Posted 2 years ago #

    <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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try using <form method="get" id="searchform" action="<?php bloginfo('url'); ?>">.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.