WordPress Multisite 是 WordPress 的一项功能,允许在单一安装中管理多个 WordPress 实例,适用于共享资源(如主题或插件)但内容不同的场景。
WordPress Multisite is a feature of WordPress that enables you to create several instances of WordPress managed within one installation. You need to have rewrites enabled to use multisite. Check the server requirements for details.
One can use a multisite for a variety of purposes. Multisite is, for example, used by business sites that share some resources, such as the theme or plugins, and have different content for their regions.
The content in a Multisite has its own unique tables in the database, only the user table is shared between the instances.
You can create a multisite that works with subdirectories (“path-based”) or use domains or subdomains (“domain-based”). For how to map the domains, see WordPress Multisite Domain Mapping