home loop start

This commit is contained in:
2018-07-24 08:20:35 -05:00
parent 7e9e6854b4
commit b78029b4ca
15 changed files with 127 additions and 47 deletions

15
home.php Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<?php get_header(); ?>
<body>
<a class="skip-nav sr-only" href="#main-content">Skip to main</a>
<?php get_template_part('globalHead'); ?>
<main id="main-content" class="container" role="main">
<?php get_template_part('home-loop'); ?>
</main>
<?php // get_sidebar(); ?>
<?php get_footer(); ?>
</body>
</html>