summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/featured-content.php')
-rw-r--r--themes/twentyfourteen/featured-content.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/twentyfourteen/featured-content.php b/themes/twentyfourteen/featured-content.php
index c56edf3e..f9f32dd3 100644
--- a/themes/twentyfourteen/featured-content.php
+++ b/themes/twentyfourteen/featured-content.php
@@ -19,11 +19,11 @@
do_action( 'twentyfourteen_featured_posts_before' );
$featured_posts = twentyfourteen_get_featured_posts();
- foreach ( (array) $featured_posts as $order => $post ) :
- setup_postdata( $post );
+ foreach ( (array) $featured_posts as $order => $post ) :
+ setup_postdata( $post );
- // Include the featured content template.
- get_template_part( 'content', 'featured-post' );
+ // Include the featured content template.
+ get_template_part( 'content', 'featured-post' );
endforeach;
/**