Changeset 38875 for trunk/src/wp-content/themes/twentyseventeen/archive.php
- Timestamp:
- 10/23/2016 12:28:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/archive.php
r38874 r38875 38 38 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 39 39 */ 40 get_template_part( ' components/post/content', get_post_format() );40 get_template_part( 'template-parts/post/content', get_post_format() ); 41 41 42 42 endwhile; … … 50 50 else : 51 51 52 get_template_part( ' components/post/content', 'none' );52 get_template_part( 'template-parts/post/content', 'none' ); 53 53 54 54 endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.