• Is it possible to have 2 sites with 1 database? meaning 1 login for both and when ever info up dates on one it will update on the other?

    For example:

    Site A: Company Page
    Site B: Community of affiliates

    Or would it be better to just have one site?

Viewing 1 replies (of 1 total)
  • > Is it possible to have 2 sites with 1 database?

    Yes but with limitations. See custom user tables – https://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables

    > Or would it be better to just have one site?

    It really depends on your requirements. You can do this with two separate WP sites or one WP multisite. Managing one WP instance is much easier. But if the two sites are really very different – different themes, plugins – then having two separate WP instance might be better.

Viewing 1 replies (of 1 total)

The topic ‘2 sites 1 Database’ is closed to new replies.