• I’m attempting to do the following with 2 WP installations, one in the Specials directory and one in Products directory
    Website Sections:
    1. Home (index.php)
    2. Specials (/specials/index.php)
    3. Products (/products/index.php)
    —————————————————————-
    Notes/Qns Regarding The Sections
    1. Home >> static page pulling latest posts from ‘Specials’ n ‘Products’ (therefore the php extension) – Possible?
    2. Specials >> one fresh WP installation. Using default ‘index.php’
    3. Products >> one fresh WP installation. Using default ‘index.php’. Would like to display ‘About Products’ on the first page upon entry, not a list of the most recent posts.
    —————————————————————-
    Other notes/qns
    – I have a main static navigation that points to each section’s homepage (index.php)
    – I’m not familiar with WP as I’m a MT user so this is the easiest set-up I could think of but I would like your opinion.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Home >> static page pulling latest posts from ‘Specials’ n ‘Products’ (therefore the php extension) – Possible?
    this would be difficult, if not impossible, since wordpress does not create entirely static pages.
    Also, displaying the output from 2 different wp blogs on one page is going to be a problem too.
    Everything else sounds fine.

    Thread Starter vitalis

    (@vitalis)

    What about grabbing the RSS feed or something like that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Best way to carry it out in WP?’ is closed to new replies.