Lecture 6: Templates

Templates

Templates on the Codex

Stepping into Templates

This is an outline of what the WordPress.org lesson here:
Stepping into Templates

  • The WordPress Page Structure
    • Header
    • Content
    • Footer
  • Basic Template Files
    • index.php
    • including header/footer
  • More Complex Page Structures
    • get_sidebar();
    • Templates within Templates
      1
      
      <?php include (TEMPLATEPATH . '/searchform.php'); ?>
  • Template Hierarchy

The Loop

The Loop (Codex)

Perishable Press

The Loop in Action

The Loop in Action (Codex)

A Basic Theme

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Web Development Courses, Rants, Tutorials and Hacks