Templates
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 in Action
A Basic Theme
- The Sandbox Theme — minimal, but contains all normal php (just add style)