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

Jonathan Grieve
Treehouse Moderator 91,254 PointsWhat I understand so far about Wordpress Development
From taking the Wordpress Development track up to PHP for WordPress.
How to install Wordpress to a local server or to a web server and how to set up the database from phpMyAdmin
The basic file structure of a Wordpress installation. About Core files that help set up wordpress.
Wp-admin directory that has files that govern the admin area of a WordPress website
wp-theme directory files that govern how a Wordpress looks visually. Usually edited to generate custom themes
wp-includes directory - where uploads to wordpress, css and other media are stored.
That Wordpress content is generated via something called the Wordpress Loop
That custom content can be generated in custom functions which are activated via "hooks" to other functions.
I feel like this course gave a basic introduction to those concepts without touching on them in great detail. Am I right? Am I ready to move on to the theme development course :)
1 Answer

Konrad Pilch
2,435 PointsI did Bootstrap to Wordpress and got it all, can make my own theme now, a simple one, but can do it.