0%
Loading ...

WordPress – Setup multisite Network mode

Wordpress Setup Multisite Network Mode 0.jpg

The following article will explain how to turn on Multisite mode at wordpress site:

google ads placeholder
  • Open wp-config.php file for editing.
  • Locate /* That’s all, stop editing! Happy blogging. */
  • Add before it:
    • define( ‘WP_ALLOW_MULTISITE’, true );
  • Logout and login again to wordpress site.
  • Browse to Dashboard.
  • Under Toolsย select โ€œNetworkโ€
  • Follow instructions there.