Changeset 42343 for trunk/src/wp-content/themes/twentyfourteen/author.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/author.php
r41349 r42343 46 46 47 47 // Start the Loop. 48 while ( have_posts() ) : the_post(); 48 while ( have_posts() ) : 49 the_post(); 49 50 50 51 52 53 54 55 51 /* 52 * Include the post format-specific template for the content. If you want to 53 * use this in a child theme, then include a file called content-___.php 54 * (where ___ is the post format) and that will be used instead. 55 */ 56 get_template_part( 'content', get_post_format() ); 56 57 57 58 endwhile;
Note: See TracChangeset
for help on using the changeset viewer.