ssguy69
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Convert modified parent theme into child themeThanks for responding.
I’m back tracking here in that Im trying to convert a Parent theme that has already been modified into a Child theme.
What about other folders and files(function.php, custom image files, etc,) that have either been modified or created? Where do I place these items in relation to the default duplicate folders of the new Parent theme?
Forum: Themes and Templates
In reply to: Convert modified parent theme into child themeOkay still a bit lost.
Do I nest the child theme with its modified files (function.php, images, custom files) and folders within the themes folder of the Parent theme?
Looking at the file directory I’m not sure what is supposed to go where. With upgrading comes duplicate folders – those of the Parent theme and the already existing Child theme.
Forum: Themes and Templates
In reply to: Convert modified parent theme into child themeLet me see how this works out.
I think the import is to be included in the style.css of the child theme.
Otherwise thank you for the response.
Forum: Themes and Templates
In reply to: Convert modified parent theme into child themeAfter doing some research the following seems like the steps to follow:
1) Create the new CSS style sheet and modify the header to refer back to the Parent theme.
2) Any modified files in the Child theme should override those of the Parent theme.
Is it that simple?