A question about Child themes & template PHP files.
-
I am currently using a child theme for my site for making CSS modifications (menu colour, etc.) to the site’s theme. With CSS, the child’s CSS overrides the parent’s CSS—this makes complete sense to me.
I’m now looking to make a modification to one of the main theme’s template files (footer.php) and I’m just curious how php template files work with child themes. Do I make an exact copy of the parent’s php file and copy it to the child theme and edit? Does this mean the entire php template is being overridden when I do this?
Thanks,
Kristin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘A question about Child themes & template PHP files.’ is closed to new replies.