]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyeleven/showcase.php
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyeleven / showcase.php
index 58e85e21f2d83f508cc913f6a9d12bdf61b47f4e..4f69099240352c36ae14183e424dfe00ef2b3461 100644 (file)
@@ -22,7 +22,7 @@ get_header(); ?>
                <div id="primary" class="showcase">
                        <div id="content" role="main">
 
-                               <?php the_post(); ?>
+                               <?php while ( have_posts() ) : the_post(); ?>
 
                                <?php
                                        /**
@@ -33,6 +33,8 @@ get_header(); ?>
                                                get_template_part( 'content', 'intro' );
                                ?>
 
+                               <?php endwhile; ?>
+
                                <?php
                                        /**
                                         * Begin the featured posts section.