One Click Multisite
WordPress plugin that converts a single site into a multisite network with one click — auto-configures `wp-config.php` and `.htaccess`.
by Narek Zakarian · github.com/narek13/one-click-multisite · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/narek13/one-click-multisite/archive/refs/heads/main.zipConvert your single WordPress site into a multisite network with one click.
🚀 Features
- One-click conversion from single-site to multisite.
- Automatically configures
wp-config.phpand.htaccess. - Integrates with the native Network Setup screen.
- Removes the manual setup guide and replaces it with an action button.
🛠 Installation
- Upload the plugin to your
/wp-content/plugins/directory. - Activate it via the WordPress admin panel.
- Navigate to Tools → Network Setup.
- Choose between Subdomains or Subdirectories.
- Click the “Finish Multisite Setup Automatically” button.
🧰 Development
Requirements
- PHP 8.0+
- WordPress 6.0+
- Composer (for linting and dev tools)
Coding Standards
composer install
composer run lint # Check coding standards
composer run lint:fix # Auto-fix issues