Restructure theme, use autoloader
This commit is contained in:
4
templates/page.php
Normal file
4
templates/page.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php App\template_part('partials/page-header'); ?>
|
||||
<?php App\template_part('partials/content-page'); ?>
|
||||
<?php endwhile; ?>
|
||||
Reference in New Issue
Block a user