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.

#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.