Files
bedrock/index.php

4 lines
170 B
PHP

<?php get_template_part('templates/page', 'header'); ?>
<?php if (have_posts()) : ?>
<?php get_template_part('templates/content', get_post_format()); ?>
<?php endif; ?>