- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php
r42343 r43571 52 52 53 53 endif; 54 ?>54 ?> 55 55 </h1> 56 56 </header><!-- .archive-header --> 57 57 58 <?php58 <?php 59 59 // Start the Loop. 60 while ( have_posts() ) :61 the_post();60 while ( have_posts() ) : 61 the_post(); 62 62 63 /*64 * Include the post format-specific template for the content. If you want to65 * use this in a child theme, then include a file called content-___.php66 * (where ___ is the post format) and that will be used instead.67 */68 get_template_part( 'content', get_post_format() );63 /* 64 * Include the post format-specific template for the content. If you want to 65 * use this in a child theme, then include a file called content-___.php 66 * (where ___ is the post format) and that will be used instead. 67 */ 68 get_template_part( 'content', get_post_format() ); 69 69 70 70 endwhile; … … 77 77 78 78 endif; 79 ?>79 ?> 80 80 </div><!-- #content --> 81 81 </section><!-- #primary -->
Note: See TracChangeset
for help on using the changeset viewer.