Template Hierarchy for get_header()
get_header() accepts an argument, using it you can call a different headers. The only thing that get_header() does, is to include in the template where is called the file ‘header.php’ from child theme (if present) or from theme. If you use the argument $name, like so: get_header( $name), the function will look for a file … Read more