loop code cleanup

This commit is contained in:
Ben Word
2012-01-15 13:27:30 -07:00
parent b620f7b6c8
commit 3673baa402
4 changed files with 18 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
<?php roots_post_inside_before(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'roots'), 'after' => '</p></nav>' )); ?>
<?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'roots'), 'after' => '</p></nav>')); ?>
<?php roots_post_inside_after(); ?>
<?php roots_post_after(); ?>
<?php endwhile; // End the loop ?>
<?php endwhile; /* End loop */ ?>