Slide 13
Slide 13 text
How WordPress works
From database to the browser
1. Content starts in the database
2. A theme, written in PHP, queries the
database for content. This is called
“the loop.”
3. PHP returns HTML on the server
side, and the browser renders the
content.