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

Updating a WordPress site with customization

I have a quick question, whats the best way to update a wordpress them with complex theme and heavy customization without breaking the site?? Any feedback would be great.

Thanks,

2 Answers

Hi Thomas,

I have a few questions regarding this. When you say customized. Are you talking about WP core was customize? Was this a theme itself that was customized without a child theme being used?

In that cause your best bet is going to be to set it up locally and update and see what happens unless you have a way to clone the site on the server/different server with same specs. If that is all that was customized you should be fairly safe. Though I've come across clients that claim nothing was and when updated all sorts of stuff broke and then after the fact they mentioned after they were called out on it.

Safest thing is to back everything up. This way if it is major its easy to roll back.

Mark, I don't think that that core was touched (at least I hope it wasn't). Also a child theme was used for css customization. This is for a client where I work, I need to update the core and a few of the pluggins that are installed. We think that the site might break and there is only 20 hours to make any fixes, (that's if anything does break.)