How WordPress Assembles Pages
Three basic structures in WordPress interact to create your web pages: the core, the theme, and the database. The CORE is the set of files that make up WordPress and perform the tasks of storing, retrieving, and assembling content. The DATABASE is where your content is stored. The THEME is made up of template files that provide instructions to the core…
Read more