I am trying to replace header-header2.php of my main theme in my child theme and by adding the file in the child theme, but wordpress is loading the file from the main theme itself. Is the second header not supported in a child theme???

In index.php, I am using get_header(‘header2’) to call the file.

Anyone knows how to do this. Please help, its urgent!!!

1 Answer
1

If you are using an index.php in your child theme why not use get_header('child') and use header-child.php to display the header.

Leave a Reply

Your email address will not be published. Required fields are marked *