• Hi guys

    I was wondering if anyone knew of a plugin or tutorial, which can help create a search like the one found on Weblogs blogs? (www.joystiq.com, http://www.massively.com etc.)

    The thing i want is to let the user choose where to search from above the search bar. Instead of a dropdown.

Viewing 2 replies - 1 through 2 (of 2 total)
  • the search function is already in WordPress.
    you just need to edit your theme and put it wherever you want it.
    Basically you just need to put this :
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    and then create a search page if your theme does not have one.

    If you will post a link to your site, Maybe I could help

    Thread Starter MadsK

    (@madsk)

    I know the search function is there its not really that.

    I want them to be able to search in categories etc. but instead of a dropdown i want to have text above the search which lets the user pick which category (Ex. All, News, Videos etc.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search like this?’ is closed to new replies.