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 [...]