Skip to content

Commit

Permalink
Merge pull request #1080 from fullyint/loop-template-custom
Browse files Browse the repository at this point in the history
Initiate the loop for template-custom.php
  • Loading branch information
retlehs committed Jul 7, 2014
2 parents e4513d7 + 1994666 commit a42b5a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions template-custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
*/
?>

<?php get_template_part('templates/page', 'header'); ?>
<?php get_template_part('templates/content', 'page'); ?>
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part('templates/page', 'header'); ?>
<?php get_template_part('templates/content', 'page'); ?>
<?php endwhile; ?>

0 comments on commit a42b5a5

Please sign in to comment.