Changeset 43571 for trunk/src/wp-content/themes/twentythirteen/archive.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/archive.php
r42343 r43571 36 36 _e( 'Archives', 'twentythirteen' ); 37 37 endif; 38 ?>38 ?> 39 39 </h1> 40 40 </header><!-- .archive-header --> … … 44 44 while ( have_posts() ) : 45 45 the_post(); 46 ?>46 ?> 47 47 <?php get_template_part( 'content', get_post_format() ); ?> 48 48 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.