jeremy-h of Web Development
11/9/2017 - 6:44 PM

New Template File

Put at the very top of the page to create a new template. You can then select this template as an option in the Pages section. Note, that if you create a new header file (i.e. header-test.php) you can call that in the php command like this: get_header('test');

<?php
/*
* Template Name: Your Template Title
*/
get_header(); ?>