Rename page-custom.php to template-custom.php
This commit is contained in:
8
template-custom.php
Normal file
8
template-custom.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/*
|
||||
Template Name: Custom Template
|
||||
*/
|
||||
?>
|
||||
|
||||
<?php get_template_part('templates/page', 'header'); ?>
|
||||
<?php get_template_part('templates/content', 'page'); ?>
|
||||
Reference in New Issue
Block a user