I’ve arrange WordPress with a multisite community. I’ve been looking out round for hours and can not seem to discover a lot documentation on setting customized defaults for all the brand new websites which are created on the community.
I’m utilizing a theme with a toddler theme put in.
Firstly I would really like the default theme for all new websites created on the community to be my child-theme that’s put in and Each new website begins with a primary default static entrance web page.
Might this work or ought to i add it as a operate in mu-plugin:
/** Units default theme for brand new websites on community */
outline( 'WP_DEFAULT_THEME', 'theme-child');
Secondly, Each new website created I would like to present entry to all directors on the community. Permitting them to work on all of the websites routinely.
Ought to I try to create a mu-plugin if that’s the case please give some route, or if there’s a totally different manner please advise. I have never coded a lot in php. Please advise how this may be performed.
Thanks