]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyeleven/page.php
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyeleven / page.php
index 3b96e52c9c77aa45f24754d7aaf4577a252aa3ee..5dda4d164fb572c67702190dd08e0d5e9f932dcf 100644 (file)
@@ -17,11 +17,13 @@ get_header(); ?>
                <div id="primary">
                        <div id="content" role="main">
 
-                               <?php the_post(); ?>
+                               <?php while ( have_posts() ) : the_post(); ?>
 
-                               <?php get_template_part( 'content', 'page' ); ?>
+                                       <?php get_template_part( 'content', 'page' ); ?>
 
-                               <?php comments_template( '', true ); ?>
+                                       <?php comments_template( '', true ); ?>
+
+                               <?php endwhile; // end of the loop. ?>
 
                        </div><!-- #content -->
                </div><!-- #primary -->