I’ve had a friend ask me to have a look at his business website. When I logged in and had a look I found that the Wordpress “developers” or whoever created the site, has created it by directly editing twenty twelve theme directly! Grrrr!
So I have made a copy of the theme, and created a child theme from it. I’ve tested, then uploaded to the live site and it is working fine.
I’ve taken the steps below to create the child theme:
- I’ve replaced the functions.php file code with the php code suggested at Wordpress Codex:
- I’ve also updated the child theme CSS file with necessary info so that is shows in the theme section in the wordpress admin area.
My most pressing question is…will this be enough to ensure future updates to the twenty twelve theme will definitely not affect the new child theme?