Difference between revisions of "WordPress template file"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
(No difference)

Revision as of 16:57, 4 September 2016

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