WordPress template file

From Wiki @ Karl Jones dot com
Revision as of 16: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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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