Changeset 38875 for trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
- Timestamp:
- 10/23/2016 12:28:27 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen/template-parts
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/src/wp-content/themes/twentyseventeen/components)
-
page/content-front-page-panels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
r38833 r38875 74 74 <?php 75 75 while ( $recent_posts->have_posts() ) : $recent_posts->the_post(); 76 get_template_part( ' components/post/content', 'excerpt' );76 get_template_part( 'template-parts/post/content', 'excerpt' ); 77 77 endwhile; 78 78 wp_reset_postdata();
Note: See TracChangeset
for help on using the changeset viewer.