Difference between revisions of "WordPress Child Theme"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 31: Line 31:
 
* [http://code.tutsplus.com/tutorials/child-themes-basics-and-creating-child-themes-in-wordpress--wp-27475 Child Themes Basics and Creating Child Themes in WordPress]
 
* [http://code.tutsplus.com/tutorials/child-themes-basics-and-creating-child-themes-in-wordpress--wp-27475 Child Themes Basics and Creating Child Themes in WordPress]
 
* [https://thethemefoundry.com/blog/wordpress-child-theme/ WordPress child theme basics] @ Theme Foundry
 
* [https://thethemefoundry.com/blog/wordpress-child-theme/ WordPress child theme basics] @ Theme Foundry
 +
 +
[[Category:WordPress]]

Revision as of 10:25, 21 April 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