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

General Discussion

Giving the client the content

Im making a website for a client and they would like to updated the sites content by themselves. How could i let them do that if all the content and code is on my computer. They already have the domain name on godaddy.com but thats it.

5 Answers

Ben Falk
Ben Falk
3,167 Points

In most cases, if the client needs to edit the content, the easiest way to handle that would be to have the website run Wordpress or a similar content management system.

Derek Etnyre
Derek Etnyre
20,822 Points

You can have the client add the content and code to their computer via FTP and make sure they have the same software you used to update the site with.

You may want to consider using Wordpress because it makes it easy for clients to update content online, depending on what the project is..

Well I already have the website mostly build in html and css, could I still put it in wordpress or would I have to do something else?

Derek Etnyre
Derek Etnyre
20,822 Points

If your client is savvy enough then just have them edit the html and css themselves - believe Go Daddy has tools to setup FTP or edit the files directly in the browser.

Check out WordPress here on TreeHouse and see if it will work for future projects.

ok cool thank you very much