wordplate / multisite
A multisite plugin for WordPlate
Installs: 3 748
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 2
Type:wordpress-plugin
Requires
- php: ^7.1
This package is not auto-updated.
Last update: 2019-02-20 18:56:03 UTC
README
A multisite plugin for WordPlate.
Note: This plugin is still under development, you may use it at your own risk. We haven't had any issues ourselves but please be cautious.
Installation
Require this package, with Composer, in the root directory of your project.
composer require wordplate/multisite
-
Login to the WordPress administrator dashboard and active the Multisite plugin.
-
Add the
WP_ALLOW_MULTISITE
environment variable, in your.env
file, set it to true. -
Navigate to Tools > Network Setup in the administrator dashboard and install either sub-domains or sub-directories.
-
Logout from WordPress.
-
Add the
WP_MULTISITE
environment variable, in your.env
file, set it to true. -
Log back in to WordPress and you're all set.