Stepping Into WordPress Templates
Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate…use at your own risk.
—————————————————–
Stepping Into Templates
Template files are the building blocks of your WordPress site. They fit together like the pieces of a puzzle to generate the web pages on your site. Some templates (the header and footer template files for example) are used on all the web pages, while others are used only under specific conditions.
A traditional web page consists of two files:
1. The XHTML page to hold the structure and content of the page and
2. the CSS Style Sheet which holds the presentation styles of the page.
In WordPress, the (X)HTML structure and the CSS style sheet are present but the content is generated “behind the scenes” by various template files. The template files and the style sheet are stored together as a WordPress Theme. To learn more about creating Themes, read Theme Development….
Download complete article in pdf format: Stepping_Into_Templates
Related posts:
- WordPress Pages — The Basics Tweet Note: The following is made available under GPL from...
- WordPress Tip: Delete Old or Unwanted Plugins Tweet Note: The following is made available under GPL from...
- How to Create a Custom Page Template in WordPress Tweet The following videos demonstrate creating a custom WordPress page...
- How to Write a WordPress Post Tweet Note: The following is made available under GPL from...
- WordPress Security Keys — No WP site should be without them Tweet Note: The following is made available under GPL from...

Recent Comments