Where can I find information about how WP works, like, how it assembles a page, and how the various php files relate to one another??
Edit:
Belay that. Just found "Themes" in the Codex and it appears to be a good start for what I'd like to know.
Where can I find information about how WP works, like, how it assembles a page, and how the various php files relate to one another??
Edit:
Belay that. Just found "Themes" in the Codex and it appears to be a good start for what I'd like to know.
Your specific question should be answered in the template hierarchy section of the codex.
For generic info, you might want to check out the "the loop" section in the codex - great explanations there on how the engine works, and what it pulls from the database, how it displays it, etc.
Good luck.
This topic has been closed to new replies.