Child Theme Considerations
-
Greetings!
What is the best strategy to migrate an existing WordPress theme to a child theme, if you do not have access to the original version of the parent theme?
My theme has gone through several updates since I installed it. The theme does not support automated updates. I am now ready to update the theme. However, my theme has gone through numerous customizations by multiple WordPress techs! I know if I update, all those customizations are gone.
So, what would be the best strategy for getting myself out of this situation? My thoughts…. (and I’m not entirely clear on the child theme process; I just know that it makes sense to implement a child theme)
* I should create a folder named after my original theme (this will be the child theme folder)
* I should copy all the theme files into that folder
* I should create the child theme construct (style.css file)
* I should have the child theme construct point to the new ChildTheme folder
* (and now I’m stuck…aren’t I back to the same problem here?)Some solid advice would be greatly appreciated. Somewhere along the line, I thought I would have to go file-by-file, noting the differences, and then reproducing those differences in the child theme.
Thank you.
- The topic ‘Child Theme Considerations’ is closed to new replies.