Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

tmyie on "Only the latest post gets styled within the loop"

$
0
0

For some reason, only the latest post gets styled within the container.

<div class="container">
        <?php while ( have_posts() ) : the_post(); ?>

                    <?php the_title(); ?>
                    <?php the_content(); ?>
</div>
         <?php endwhile; ?>

Would anyone know why this is?


Viewing all articles
Browse latest Browse all 13924

Trending Articles