How to make get_header() call a custom header file located in a sub-folder of the theme on WordPress ?
May 9, 2022
How to make get_header() call a custom header on WordPress Create header like the following – header-custom.php And call it like this – get_header(‘custom’);