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

HTML

Updating Blog Post

After you create a website for a someone, what types of tools do you include for them to update their site? For example, if I create a site for someone that wants to want to regularly add blogging entries or update a photo gallery, what do you include ?

1 Answer

John Awoyele
John Awoyele
35,928 Points

A content management system is the best way to go about it, Wordpress is a good content management system to add on. It requires a linux server,a database, its written in php and you can edit the template files to meet the clients need.

Or at the simplest level, create one or more HTML forms that will send the blog content or photos to server side scripts that turn them into the blog posts and photo galleries.