> These content.php and content-foo.php templatr-part files will have
> the Loop code.



It may be important to clarify that these template parts do not contain the 
loop in Twenty Eleven.

They are designed to be used inside the loop.

For example:

<?php if ( have_posts() ) : ?>
        <?php while ( have_posts() ) : the_post(); ?>
                <?php get_template_part( 'content', get_post_format() ); ?>
        <?php endwhile; ?>
<?php endif; ?>

-Mike
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to