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

WordPress

Wordpress Database - How Does It Work?

I might have missed it, but is there any Treehouse tutorial on how the WP database actually works?
I'm a bit confused as to how the data is stored and retrieved from the database.
I'm a database noob, so any pointers would be great!

3 Answers

Sue Dough
Sue Dough
35,800 Points

There is a database course in development tools that will help you a little but nothing in wordpress sadly. I think this is definitely missing from the wordpress course and is critical to more complex theme development. Hopefully we will see something soon in wordpress for databases.

Yup, I'm still not a WP pro but I definitely can't see me getting there unless I know the ins and outs of the WP database....I hope one of the MODs sees this so we know it gets on their radar!

Ludvík Matějíček
Ludvík Matějíček
12,557 Points

Wordpress used standard MySQL database. All about WP database is HERE, or you can inspect database via phpMyAdmin on your local server like WAMP or MAMP.

Course - Using PHP with MySQL.

Thanks Ludvik!