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

Is teamtreehouse website build from wordpress?

I was wondering why I should use a framework like wordpress, if I am comfortable with my design and programming skills. Taking teamtreehouse with the powerful , smart designers and programmers they have, why are they using a framework(wordpress) rather than just designing and programming something of theirs from cratch?

5 Answers

I don't think so. What makes you think that they are using WP?

They don't use wordpress, a site like this is way too large a scale for wordpress to handle on its own.

Especially the Workspaces, Console....

           "http:\/\/blog.teamtreehouse.com\/python-2-vs-python-3","title":"Python 2 vs Python 3","date":"2014-08-11 09:00:36","author":"Kenneth Love","thumbnail":"http:\/\/blog.teamtreehouse.com\/wp-content\/uploads\/2014\/08\/2.8-150x150.jpg"}

Are they just hosting uploads with wp-content?

Ah, you mean the Treehouse Blog. Yes, for maintenance reasons I can imagine they are using WP, because for blogs it's not a bad system.

I believe it's RoR, jQuery, and bunch of other JS frameworks.

He means the Treehouse Blog.

PS:

And PHP or Ruby on Rails, of course.

The blog is built on Wordpress and it makes sense. Why reinvent the wheel when wp already provides great tools to build a easily maintainable blogging platform.

(already written in previos post)

Right on

Treehouse isn't in the business of building blog software and Wordpress powers some blogs that dwarf the Treehouse blog by several orders of magnitude.

Didn't say treehouse should be in the business of building softwares . Was just wondering why its using a framework like wordpress , when I know it can build its own blog software. What's the advantage of it using the wordpress blog framework to it building it's own blog software? There are many forum softwares that dwarf the treehouse forum software. Why isn't it using them...?

There are many forum softwares that dwarf the treehouse forum software. Why isn't it using them...?

Integration. The blog doesn't tie into the site proper, the forum does.

Thanks!