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
Mike Hansen
Python Web Development Techdegree Student 3,419 PointsI wanna make a content managing system, where do i start?
Hi, i really wanna learn how to make a little cms for my website like wordpress etc. Where do i start and with what languages?
3 Answers
Miguel Quintero
4,920 PointsHello there I would suggest you start with PHP and Mysql courses then
Mike Hansen
Python Web Development Techdegree Student 3,419 PointsBut in the PHP courses they don't really show you how to add posts etc.
Ricky Catron
13,023 PointsThis problem is language agnostic, you can use whatever you prefer. I would say pick PHP, Ruby, or Python along with HTML, CSS, JavaScript, and a SQL Database (I use Postgres but nothing is wrong with MySQL). Learn how your chosen language interacts with the database. Then comes the hard part building an intuitive system for the user which translates well into a database model.