0
votes
1answer
94 views

Multisite development environment

I have a domain-based multisite with domain mapping. Until now I've been developing locally with my hosts file setup to handle all sites through localhost a flag in my wp-config.php, indicating ...
1
vote
1answer
39 views

How does WordPress determine which multisite the user is on from the URL?

What is the file and line where WordPress determines which multi-site the user is on from the URL? I've been looking through the code all afternoon and can't figure out where it turns ...
3
votes
1answer
309 views

Best way to develop multisite and deploy on another server?

I have no previous experience in developing multisites so be easy on me. I´m familiar with developing and launching single sites though. I´m looking for the smoothest way to build a multisite for my ...
0
votes
3answers
170 views

WordPress network: set themes and plugins for new blog

How can I enable specific themes and plugins for new blogs that have been created with wpmu_create_blog? I'd like to set the themes and plugins in code rather than having a person manually set them in ...