Custom Page Template not grabbing Custom Header
-
Hi there ~
I have created a custom page template called customtemplate.php by copying the index.php file.
I wanted a different header to go with this template so I created header-customtemplate.php.
Then I put this code in my customtemplate.php file:
<?php /* Template Name: Custom Template */ ?> <?php get_header('customtemplate'); ?>
However when I go to the page it’s loading the header.php file instead of header-customtemplate.php.
Suggestions on how to get it to pull the right header file?
This is the url:
https://chickrevolution.com/justaddcape/Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Page Template not grabbing Custom Header’ is closed to new replies.