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 trial

WordPress

What is the Protocol on Updates with WordPress Child Themes?

Ok, so now that I have a WordPress Child theme (this may be a stupid question - but better safe than sorry!). Is it safe to update the Child theme's WordPress/plugins ? Or should I only update the Parent theme?

1 Answer

Colin Marshall
Colin Marshall
32,861 Points

You only have to worry about updating the Parent theme. The child theme is only updated by you making changes to it. Plugin and WordPress core updates are independent of your themes and for the most part you will be able to update those with no problems. You can run into problems if you update WordPress core or plugins and your Parent theme is not updated to support the new versions so you should always make backups that you can revert to before processing updates of any kind.