How a WordPress theme works

August 10, 2009

When you're creating or modifying a WordPress theme so it works the way you want it to, one of the most important things to understand is which file WordPress is using to create which page. This post looks at how WordPress's template hierarchy works, and answers questions like "if I don't have an archive.php, what next?" WordPress is database-driven. This means that rather than creating a... Read more