Difference between revisions of "WordPress template file"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Redirected page to WordPress template)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
In [[WordPress]], a '''template file''' is a [[PHP]] document which controls how your WordPress site will be displayed on the web.
+
#REDIRECT [[WordPress template]]
 
+
== Description ==
+
 
+
Template files draw information from your [[WordPress database|WordPress MySQL database]] and generate the HTML code which is sent to the web browser.
+
 
+
Through its powerful [[WordPress theme|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 ==
+
 
+
* [[WordPress]]
+
* [[WordPress theme]]
+
 
+
== External links ==
+
 
+
* [https://codex.wordpress.org/Templates Templates] @ codex.wordpress.org
+
* [https://developer.wordpress.org/themes/basics/template-files/ Template Files] @ developer.wordpress.org
+
* [https://codex.wordpress.org/Stepping_into_Templates Stepping Into Templates] @ codex.wordpress.org
+
 
+
 
+
[[Category:Computer programming]]
+
[[Category:Computer science]]
+
[[Category:Computing]]
+
[[Category:Web design and development]]
+
[[Category:WordPress]]
+

Latest revision as of 18:58, 5 September 2016

Redirect to: