- Timestamp:
- 08/14/2013 04:38:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/featured-content.php
r24832 r25021 1 1 <div class="featured-content-wrapper"> 2 <div id="featured-content" class="featured-content clearfix">2 <div id="featured-content" class="featured-content"> 3 3 4 4 <?php … … 8 8 foreach ( (array) $featured_posts as $order => $post ) : 9 9 setup_postdata( $post ); 10 10 11 get_template_part( 'content', 'featured-post' ); 11 12 endforeach;
Note: See TracChangeset
for help on using the changeset viewer.