• Resolved prommafia

    (@prommafia)


    I have two sites and I would like all the content on both sites to show up in the search results when someone searches at either site. My search function is as follows:

    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
      <div>
        <input name="s" type="text" id="s" value="<?php the_search_query(); ?>" size="15" />
        <input type="submit" id="searchsubmit" value="Search Site" />
    </div>
    </form>

    Any idea on how to add another site?

    My two sites are Prom Mafia and Glam Mafia.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Also need help with this… ideas??

    I would love to setup wordpress to use the stock wordpress search widget but not only from one of my wordpress installs but across a few or MANY of my wordpress installs

    I need this functionality as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Include Search results from multiple sites’ is closed to new replies.