I activated wordpress theme twenty twenty
and make some changes in it like background color , change default contents and landing pages etc .
Can I export this modified theme and import in another wordpress website so that I dont have to make same changes again and again ?
We have to replicate same content around 40 wordpress websites which we are trying to do it via multisite but problem with multisite is it install default content of a theme and not a modified one. Can anyone advise me how to achieve this ?
I activated wordpress theme twenty twenty
and make some changes in it like background color , change default contents and landing pages etc .
Can I export this modified theme and import in another wordpress website so that I dont have to make same changes again and again ?
We have to replicate same content around 40 wordpress websites which we are trying to do it via multisite but problem with multisite is it install default content of a theme and not a modified one. Can anyone advise me how to achieve this ?
Share Improve this question asked Dec 24, 2019 at 10:48 mohammad obaidmohammad obaid 1012 Answers
Reset to default 0If you want easy solution, install Download Plugins and Themes from Dashboard plugin. Then you will able to download the theme. And you will able to install the theme any site you want.
Manual way:
After login to your hosting dashboard like cPanel, navigate to File Manager. Inside www directory, you will get wp-content directory, inside that, you will get themes directory. Here you will get all of your themes. You can download your theme from here.
If you can use FTP clients like Filezilla, you navigate to public_html or www folder. then navigate to wp-content/themes. You can download from there.
If you're changing settings using the WP Customizer then those changes are stored in the DB and you'd simply need to locate them, then paste them into the other DBs.
This answer will help you locate them, even has a handy SQL script: https://wordpress.stackexchange/a/203227/60844