WP Manifestindependent plugin directory
manifest / multisite / one-click-multisite

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.zip

Convert your single WordPress site into a multisite network with one click.


🚀 Features

  • One-click conversion from single-site to multisite.
  • Automatically configures wp-config.php and .htaccess.
  • Integrates with the native Network Setup screen.
  • Removes the manual setup guide and replaces it with an action button.

🛠 Installation

  1. Upload the plugin to your /wp-content/plugins/ directory.
  2. Activate it via the WordPress admin panel.
  3. Navigate to Tools → Network Setup.
  4. Choose between Subdomains or Subdirectories.
  5. 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