Help Required: Regarding Child Theme
-
I have made some heavy changes to a theme in the stylesheet and the PHP files.
I realized, a bit too late that, if there are updates to the theme, I will have to redo all the modifications. I have heard about Child themes before and have been reading a bit about it.
Most people seem to be copying bits and pieces of codes which they then modify. My question is, can I just copy the major CSS file + all PHP files into a Child theme Folder?
Correct me if I am wrong but I understand that for the CSS that I merely have to point it to the original file ex:
@import url("../twentyten/style.css");
Regarding other php files, what changes should I make to point to original php?
How would a particular Child theme work? Does it check every piece of code in original theme and then replace them with the one in the Child?
If the method I propose above works, it means it would basically be checking all my codes. Would there be any delay in rendering the page?
- The topic ‘Help Required: Regarding Child Theme’ is closed to new replies.