How to create a multi-network subsidiary site?

I turned on the multilingual (subdomains) Wordpress at www.example.com and created a @ s.example.com child node and then installed / activated WP Multi-Network .

I created a new network @ s.example.com .

How to create a child node in this network, for example. s.example.com/subsite ?

s.example.com/wp-admin/network redirected to www.example.com/wp-admin/network .

If I create a new site @ www.example.com/wp-admin/network/sites.php , I cannot make it a subdomain or subdirectory s.example.com .

Help evaluate.

+8
wordpress
source share
3 answers

This is the same as @Ravi says, you cannot create a multi-node environment in a multi-object environment. s.example.com is a multisite website; you cannot split this multisite website into several other sites. You must have two separate installations.

+1
source share

To do this, you can go to the S.yoursite.com toolbar and create a subsidiary site and assign a separate temple with a different look.

0
source share

(If anyone here would like to correct me, please)

This is similar to what you want to make a multisite inside a multi-user. Multisite probably didn't work like that.

When you create WordPress Multisite, you are prompted to customize it using a subdomain or subfolder structure. You can switch, but you cannot mix it.

A possible solution would be to make a subdomain in your hosting package (s.example.com) and configure a separate multisite (with a subfolder structure) for this. The downside is that you will have 2 separate networks instead of 1 network.

Similarly, you can: s.example.com/site-1, s.example.com/site-2, www.example.com/site-1 and www.example.com/site-2

-one
source share

All Articles