Tagged Questions
1
vote
2answers
349 views
Do all files in child theme override the parent?
I'm curious if other PHP code files besides functions.php, WP template files and style.css in a child theme actually override the same file in a parent them?
I am working with a client that has a ...
10
votes
1answer
4k views
How to override parent functions in child themes?
I've been reading around and trying to figure out how to do this, but for some reason I can't seem to override parent functions in my child theme.
I'm using TwentyTen as a parent - can anyone tell me ...