I am wanting to have the EXACT same data across two WordPress sites that are on different domains e.g. blog.company.com and blog.business.com BUT are on the same server etc. Each have their own theme but share the same data. So if I post on one the other has also has that post.
Is this possible? It’s a client request, so please bear with the idea
I would setup 1 database for both sites. @Wyck has a concern about links stored in the database, which is valid, but a quick header.php and functions.php modification can fix that for you.
To setup the sites to use the same data, configure the wp-config.php file to use the same database information for both.
WP-CONFIG
Header
Functions