- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/featured-content.php
r31250 r42343 20 20 21 21 $featured_posts = twentyfourteen_get_featured_posts(); 22 foreach ( (array) $featured_posts as $order => $post ) :23 setup_postdata( $post );22 foreach ( (array) $featured_posts as $order => $post ) : 23 setup_postdata( $post ); 24 24 25 // Include the featured content template.26 get_template_part( 'content', 'featured-post' );25 // Include the featured content template. 26 get_template_part( 'content', 'featured-post' ); 27 27 endforeach; 28 28
Note: See TracChangeset
for help on using the changeset viewer.