Difference between revisions of "WordPress Child Theme"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
  
 
* [https://wordpress.org/plugins/one-click-child-theme/ One-click child theme]
 
* [https://wordpress.org/plugins/one-click-child-theme/ One-click child theme]
 
  
 
== See also ==
 
== See also ==
Line 20: Line 19:
 
* [[Extensibility]]
 
* [[Extensibility]]
 
* [[WordPress]]
 
* [[WordPress]]
 +
* [[WordPress custom style sheet]]
 
* [[WordPress theme]]
 
* [[WordPress theme]]
  

Latest revision as of 07:55, 29 September 2016

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.

Using a plugin to create a child theme

Do not bother creating a child theme from scratch. Instead, use this plugin:

See also

External links