Update page.php
This commit is contained in:
6
page.php
6
page.php
@@ -1,4 +1,4 @@
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php get_template_part('templates/page', 'header'); ?>
|
||||
<?php get_template_part('templates/content', 'page'); ?>
|
||||
<?php endwhile; ?>
|
||||
<?php get_template_part('templates/page', 'header'); ?>
|
||||
<?php get_template_part('templates/content', 'page'); ?>
|
||||
<?php endwhile; ?>
|
||||
|
||||
Reference in New Issue
Block a user