changeset 7 | cf61fcea0001 |
parent 5 | 5e2f62d02dcd |
child 10 | 372f2766ea20 |
--- a/wp/wp-content/themes/twentythirteen/category.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentythirteen/category.php Mon Oct 14 17:39:30 2019 +0200 @@ -24,7 +24,10 @@ </header><!-- .archive-header --> <?php /* The loop */ ?> - <?php while ( have_posts() ) : the_post(); ?> + <?php + while ( have_posts() ) : + the_post(); +?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?>