• Hello,
    please can you give me a tip how to connect 2 wordpress webpage on one databaze. I trie to connect through wp-confing on one of my webpage to connect on the second webpage and on that second webpage show all tiitles from first webpage also posts that I need but how not to show blog title.

    thanks a lot 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • To use the same database for two WordPress installations, each wp-config.php must specify a different $table_prefix.

    See Installing Multiple Blogs.

    Thread Starter webspok

    (@webspok)

    yes your idea is to use one databaze in two webpage with a different data, but I want to use from my old webpage data(posts) to a new webpage which is in different server so I in my confing.php edit DB_HOST to ip adress on my old webpage(dedicted ip) but it show all posts which is ok but blog title is from my old webpage not from new…. if you undersand me what I want to use data from one databaze in two websites like http://www.exampleold.com with all posts and blog title EXAMPLEOLD and data, and now I want to my new site http://www.examplenew.com all posts from old example site but blogtitle EXAMPLENEW.

    IS IT POSSIBLE?
    THANKS 🙂

    Then I would use the same DB for both sites and hack the theme to set the name manually and not ask for sitename from the DB.

    Thread Starter webspok

    (@webspok)

    thanks for idea

    Thread Starter webspok

    (@webspok)

    I expect more ideas but I have to think some way to solve that on automatic way

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

The topic ‘2 webpage one databaze’ is closed to new replies.