WordPress + Inspecting Theme HTML

Take a peek behind the curtain — exploring the code behind the magic.

Mini-Lesson: Templates & Dynamic HTML

Look at list of files below:

      index.php
      header.php
      footer.php
      page.php
      nav.php
      archive.php
      404.php
      

Which of these files do you think appear on every page of a website? Why?

← Previous |