Difference between revisions of "WordPress Child Theme"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 15: Line 15:
 
* [[Extensibility]]
 
* [[Extensibility]]
 
* [[WordPress]]
 
* [[WordPress]]
 +
* [[WordPress theme]]
  
 
== External links ==
 
== External links ==

Revision as of 12:59, 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