One database, two wordpress installs
-
I want to create the following:
– a main WordPress install (with database) on one domain
– a secondary WordPress install (without database) on another domain, that pulls selected data from the main install’s database
– site maintenance (login, managing pages, posts and CPTs) is only performed on the main siteThe functionality in the secondary install would theoretically be achieved by having a checkbox on each Custom Post Type and post and only those posts with checkboxes selected will be shown. Maybe it will be as simple as using a category, for example a category called “secondary site”.
Should i rather use a Multisite install or is it overkill for this setup?
The topic ‘One database, two wordpress installs’ is closed to new replies.