Headers
-
I’m trying to figure out headers so I’m trying different ways of displaying a header. I have created a header file and named it wc-custom-header.php. From what have read in the codex I thought that using this code:
get_header('wc-custom-header.php')
would display my header. But it doesn’t. I can get it to display using this code:
include (TEMPLATEPATH . '/wc_cust_header.php')
but I want to use the tags correctly and not hack up everything. Can someone guide me down the correct path with this issue?Thanks in advance
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Headers’ is closed to new replies.