WordPress Template
From Wiki @ Karl Jones dot com
Revision as of 12:12, 1 October 2015 by Karl Jones (Talk | contribs)
In WordPress, a template is a PHP file within a WordPress theme.
Description
Templates have specific file names, and have specific purposes.
All templates must include the template named index.php
.
Template hierarchy
Templates form a hierarchy.
Some templates override other templates. This varies according to which templates you use, and how you use them.
See Template hierarchy @ codex.wordpress.org.
See also
External links
- Templates @ codex.wordpress.org