July 19, 2010
Creating a child theme allows you to start with any theme and make your own changes without modifying the parent. This allows safe upgrading of the parent without affecting your work, for example. At its simplest, creating a child theme requires creating a new child-theme folder in the themes directory, and a style.css file [...]