Run multiple installs using the same wp-admin & wp-includes?
There are different ways to organize it. You could use a single location with core files and implement boot that points to different tables conditionally. You could implement multiple locations and symlink a single copy of core around. Practically though you should consider which issue are you really solving with this? The disk space is … Read more