Is it possible to have an alternate header.php within a child theme? My client wants to have different logo art and background on the home page. I’ve tried making a copy of the header and naming it “header-1.php” then calling it with in the page-home template, but it doesn’t work. I get a blank screen.
Solved this issue by using the home page id as a css selector – “body.page-id-XX.”
Was able to target everything that needed to be different on the home page.
Looks great…will be live in a few days: