• I am very new to WordPress. We have our existing live WP site working great. We need it to continue working as is. But we want to test out a different theme on a different site and just point it to our live WP database so we can see how how the new theme will work with the existing data. Can I do this without messing up the existing database? When the new site reads it, does it just read or does it do writing as well?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I wouldn’t do that because I believe the active template/widgets and so on are stored in the database. You’d essentially be changing the theme on both sites.

    I’d suggest making a copy of the database as part of development/test environment and use it instead.

    to test out a different theme on a different site and just point it to our live WP database…
    Can I do this without messing up the existing database?

    No.

    When the new site reads it, does it just read or does it do writing as well?

    If it could connect at all it would do a little of both, but it will actually only bounce off (404) because the database will not recognize the URL.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘testing out theme using existing database’ is closed to new replies.