• Hi,

    In my site there is a small searchform next to the navigation bar.

    I wonder how to code the search form in wordpress.

    how to call the search form from the index? (should I create search.php file?)

    Thanks.

Viewing 1 replies (of 1 total)
  • saerch form can be inserted as a widget!

    u may include searchform.php

    create searchform.php

    i am using this code inside saerchform.php (put this file in same folder as your theme index.php)

    <div id="style1"><form method="get" action="<?php echo home_url('/'); ?>">
    <input class="style2" type="text" value="" name="s" />
    <input class="style3" type="submit" id="searchsubmit" value="Search" />
    </form>
    </div>
Viewing 1 replies (of 1 total)

The topic ‘searchform’ is closed to new replies.