Difference between revisions of "WordPress Theme"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
m (Karl Jones moved page Wordpress Theme to WordPress Theme)
 
(No difference)

Latest revision as of 21:57, 5 September 2016

In WordPress, a Theme provides structure for a website.

A simple Theme provides a visual "skin" for the website. More complex Themes can provide entirely new features.

Description

A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog. These files are called Template files.

A Theme modifies the way the site is displayed, without modifying the underlying software.

Themes may include customized template files, image files (*.jpg, *.gif), style sheets (*.css), custom Pages, as well as any necessary code files (*.php).

For information on how to use different Themes for different categories or posts, see WordPress Loop and WordPress Category Templates.

See also

External links