• I’m not sure where to place:

    define(‘WP_ALLOW_MULTISITE’, true);

    in order for my site to work with multisite plugin. I’m working with a custom site so the coding is slightly different. I don’t have:
    Define(WP_Bug,false) or “thats all stop editing” listed in my code.
    So I’m not exactly sure where to edit the code to add:

    define(‘WP_ALLOW_MULTISITE’, true);

    Can anyone please help me!
    thanks

    • This topic was modified 2 years, 8 months ago by spankgo.
Viewing 1 replies (of 1 total)
  • in order for my site to work with multisite plugin.

    I don’t follow this.

    Multisite allows you to have multiple WordPress sites with a single installation of WordPress. Do you need to run a network of WordPress sites? If not, then why activate multisite?

    I’m working with a custom site so the coding is slightly different.

    What do you mean by “custom site”? Is it a WordPress site?

    If it’s a WordPress site, every WordPress site… however “custom” it may be, has a wp-config.php file… and that’s where all configuration constants, including the Multisite activation code, should go.

    Create A Network

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite Help’ is closed to new replies.