Home › Forums › WoodMart support forum › Multisite automatic demo import , replicate content of the main site. › Reply To: Multisite automatic demo import , replicate content of the main site.
December 7, 2019 at 3:41 am
#161679
manavjain
Participant
Hello,
Thanks for the reply.
I just got a solution for this
function default_theme_wpse_193024() {
switch_theme(‘twentythirteen’);
}
add_action(‘wpmu_new_blog’,’default_theme_wpse_193024′);
Mark, if this is right.
Also what would be the child theme alias that will be replaced by twentythirteen ?
Thanks.