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

How to update changes in wordpress local server to live server

Hey everyone, I have seen the first video series on wordpress development.

I have set up a local server and a live server.

But one question I have is lets say that I make edits on my local wp server, and that I'd like the edits to reflect on my live server.

Does the live server reflect the changes automatically? If not, how would I update the changes I made from the local server to the live server?

Thank you.

1 Answer

Are you referring to content added through the WP dashboard or changes made to your templates / code?

I don't know of any ways that changes in your local environment would automatically update the live server. You usually upload your code changes to the server. If you've got a live site with content then you should really only enter content there and then back up the site.