• We want to add press releases to our site, and WordPress seems a natural for that. However, because of WordPress’ strengths, my boss wants to convert the magazine articles already on the site from static pages to WordPress pages.

    He also wants visitors to be able to search press releases separately from magazine articles, AND he wants to be able to search both sections together.

    I’m assuming I can run multiple instances of WordPress, one for the press releases and one for the magazine articles. I need to know if it is possible to have a search function that spans all the items in each section? Also, is it possible in WordPress to have an index.html page that contains automatically-updated content from each of the separate instances of WordPress?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Search wasn’t ever a strong feature of WP 🙁
    WP’s internal search is searching ONLY the posts. Several plugins have been written to make possible searching for “everything”, i.e. Pages, comments, custom fields etc. – but they all stopped working since. 2.0.6.
    (presently the latest stable is 2.0.7)

    You can run multiple installs, yes. They should be in their own directories:
    you can have one install at the root, example.com
    another one in example.com/install2 directory
    example.com/install3 etc.

    No, you can NOT have an index.html in WP. However, you can modify the index.PHP from the install in the root to display current content from install2 and install3 by using the RSS feeds (and a feedreader).

    Er yes. You can. All of that. But you either need to do a lot of hacking or you need pro advice. It is way beyond the scope of most enquiries on this forum. But it is certainly very doable. I would just use one WP instance and some php to integrate the extra search functionality. Not a big deal.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Separate but joinable sections’ is closed to new replies.