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 trialLisa Weil
4,919 PointsHave to go into HTML file every time you add a new blog post?
Once your blog is on the web, how do you add a new blog post? There's no way you have to go into your HTML file, write your post, and then re-upload your entire site, right? What about if you build a blog for someone else? How will they be able to manage their blog easily without having to go through me? Thanks!
1 Answer
Austin Whipple
29,725 PointsIf you created a 100% HTML blog with no Content Management System of any kind, you would need to upload at least the new blog post to your site and update any blog post listings every time you write a new post.
However, there are a number of great CMSs out there to help with this problem. They establish an (usually) easy to use interface for creating and managing posts and pages while adhering to HTML and CSS template guidelines built when developing the site. One of the most popular CMSs available these days is WordPress. In fact, there are a couple of WordPress tracks available here on Treehouse. I highly recommend them -- even if you eventually decide you like another CMS better.
Lisa Weil
4,919 PointsLisa Weil
4,919 PointsI totally understand now. Thank you!!