I have been setting up my site using category password protect plugin so I can have private stores for specific customer groups with their own custom product but it has not been working like we had hoped. My host suggested switching to multisite WP and creating subdomains based off of the main domain that would serve as those private stores and enabling a password for those subdomains. If I go this route, how do I go about using the child theme for each subdomain and being able to make changes to each one of those subdomain/child themes so the changes stay with each child theme only? I have already created a child theme for mainsite.com. Now all the subdomains will be store1.mainsite.com, store2.mainsite.com, store3.mainsite.com etc. All of those subdomain stores will be a watered down version of the main site with only a home page and shop page with a few changes such as colors and slider content and of course product will be different. I want to create the first one (store1.mainsite.com) and be able to use that altered child theme as a template for all the other store subdomains without having to remove all the content again that I don’t need from the mainsite. I am not sure how to activate a new child theme to each one of those subdomains so they are different in multisite WP. I don’t want to make a change in store1.mainsite.com and have it show up in store2.mainsite.com. I am assuming that I need to create child theme folders each with a unique name and upload and activate for each subdomain? What other changes would I have to make if this is the correct way to do this? Do I need to change anything in my directory folders? Or, is this not the way to do this and I should be doing something different?