WordPress Child Theme

From Wiki @ Karl Jones dot com
Revision as of 12:49, 1 October 2015 by Karl Jones (Talk | contribs)

Jump to: navigation, search

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