How to properly create a child theme
I would like to create a child theme based on the twentyeleven theme. I understand how to create my own styles.css file to work for my child theme.
I would also like to create my own custom
header.php
index.php
footer.php
functions.php
files. My question is what information do I need to have placed in the header of each file.
Currently the copied index.php file has:
/**
* The main template file.
*
* @package WordPress
* @subpackage Twenty_Eleven
*/
Since this is my index.php file for my child theme what do I need to change?
Topic theme-twenty-eleven child-theme theme-development Wordpress
Category Web