Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created April 18, 2020 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennimckinnon/f9608521eea386193e6f88944618b944 to your computer and use it in GitHub Desktop.
Save jennimckinnon/f9608521eea386193e6f88944618b944 to your computer and use it in GitHub Desktop.
For an article
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'my_site_com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment