What is a child theme?
Child themes are a fairly new concept as far as their use in Wordpress. Simply put, a child theme is a theme that inherits the functionality of another theme, known as the parent theme. The child theme allows you to modify, or add to, the functionality of that parent theme.
This tutorial will show you how to create a basic child theme. It also explains what you can do with [...]
This is the second tutorial in my series on creating and using child themes in Wordpress. The first tutorial showed you how to create a basic child theme.
Now we will learn about using a child theme, and see some of the things that can be accomplished using a child theme.
In order to modify your theme template files, you will need a working knowledge of CSS, PHP, HTML and the specific WordPress [...]