Rename page-custom.php to template-custom.php

This commit is contained in:
Ben Word
2013-04-30 20:51:18 -05:00
parent f0db29b387
commit 553dc1cfb7
5 changed files with 9 additions and 8 deletions

8
template-custom.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/*
Template Name: Custom Template
*/
?>
<?php get_template_part('templates/page', 'header'); ?>
<?php get_template_part('templates/content', 'page'); ?>