WordPress template file
From Wiki @ Karl Jones dot com
Revision as of 15:57, 4 September 2016 by Karl Jones (Talk | contribs) (Created page with "In WordPress, a template is a file which controls how your WordPress site will be displayed on the Web. == Description == Template files draw information from your WordP...")
In WordPress, a template is a file which controls how your WordPress site will be displayed on the Web.
Description
Template files draw information from your WordPress MySQL database and generate the HTML code which is sent to the web browser.
Through its powerful theme system, WordPress allows you to define as few or as many Templates as you like all under one Theme.
Each of these Template files can be configured for use under specific situations.
See also
External links
- Templates @ codex.wordpress.org
- Template Files @ developer.wordpress.org
- Stepping Into Templates @ codex.wordpress.org