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 trialLisa McKenna
165 PointsTheme updates: what to do when the developer adds something you'd like to incorporate into your child theme?
In the case of when a theme developer updates the theme you've made a child of, and adds an awesome feature in the update you'd like to include. In other words, add that to your child theme.
Possible? No need for a a-z step by step, just curious of the difficulty level. Thanks! BTW, this is a great course.
1 Answer
Zac Gordon
Treehouse Guest TeacherA child theme will automatically inherent any parent theme options so if you update the parent theme you should be able to use that feature in your child theme.