Tagged: child theme, enfold, multisite, theme
I would like all sites (parent and subsites) on my multisite installation to apply the Enfold parent and child themes across the network identically. How might I accomplish this? I don’t want subsites settings to be different. All the logos and favicons are the same as well as settings. Is there ONE place to maintain the theme settings and customizations for the entire multisite install?
Plus, I’d like parent and child to be used by everything new site setup. Please advise, and thank you!
Hey Julie!
Try adding this into your wp-config.php
file,
define('WP_DEFAULT_THEME', 'child_theme_folder_name');
And change “child_theme_folder_name” with the folder name of your child theme. As for the settings I do not know of a way to do this. You can use the import / export options in Dashboard -> Enfold -> Import / Export to copy the theme settings from your parent site to your sub sites though.
Regards,
Elliott
Thanks for the info Elliott. I’ve been doing quite a bit of research. I think what I’m looking for is a plugin to CLONE a subsite. This is most useful because all the theme settings are saved, the pages, widgets, plugin configuration and more. This removes a ton of work. I would then use the theme import/export tool for ongoing maintenance. You may close this ticket. Thanks for your help!