Difference between revisions of "WordPress Child Theme"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
...
+
A child theme overrides the parent theme.
 +
 
 +
Start with a parent theme which resembles what you want to create.
 +
 
 +
Then add styles to the child theme, overriding the styles of the parent theme.
 +
 
 +
You can also use child themes to override [[WordPress template|templates]] and the [[functions.php]] file.
  
 
== See also ==
 
== See also ==

Revision as of 12:49, 1 October 2015

In WordPress, a child theme is a WordPress theme which extends another WordPress theme.

Description

A child theme overrides the parent theme.

Start with a parent theme which resembles what you want to create.

Then add styles to the child theme, overriding the styles of the parent theme.

You can also use child themes to override templates and the functions.php file.

See also

External links