Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialrvandaalen
24,090 PointsBest way to export/backup custom theme?
HI,
Thanks for this great course. The only thing I'm left wondering about is what would be best practice in terms of creating a 'master' zipfile that can be used again and again to develop new sites and create child themes? Just copy everything in the theme folder into a zip file?Use a plugin? Any experiences/advice on this would be greatly appreciated.
Many thanks
1 Answer
Zac Gordon
Treehouse Guest TeacherThe best practice would be to keep your theme in a zipped folder that can be automatically installed via uploading from the backend.
Zac Gordon
Treehouse Guest TeacherZac Gordon
Treehouse Guest TeacherYou can also add your theme to the WordPress repository or Github to make easier to access.
rvandaalen
24,090 Pointsrvandaalen
24,090 PointsThanks! So simply adding all the files and folders in the theme's folder to a zip archive would do the trick if I understand it well?
Zac Gordon
Treehouse Guest TeacherZac Gordon
Treehouse Guest TeacherYup, but test it out to make sure it works ;)
rvandaalen
24,090 Pointsrvandaalen
24,090 PointsThanks again!