Using a header file other than header.php not working
-
I have read the Codex on this and cannot get this to work. I have a custom header in the same directory called “header-member.php”.
I’v tried these following codes
include (‘header-member.php’);
require (‘header-member.php’);
get_header(‘member’);I’m not sure why NONE of these are working, the last one should have 100% worked according to https://codex.www.ads-software.com/Function_Reference/get_header
Can anybody provide any guidance?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Using a header file other than header.php not working’ is closed to new replies.