X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/256a3b381f63716209b3527d0a14442ae570c283..607b7e02d77e7326161e8ec15639052d2040f745:/wp-content/themes/twentyfourteen/featured-content.php diff --git a/wp-content/themes/twentyfourteen/featured-content.php b/wp-content/themes/twentyfourteen/featured-content.php index 1a623acf..c56edf3e 100644 --- a/wp-content/themes/twentyfourteen/featured-content.php +++ b/wp-content/themes/twentyfourteen/featured-content.php @@ -22,7 +22,7 @@ foreach ( (array) $featured_posts as $order => $post ) : setup_postdata( $post ); - // Include the featured content template. + // Include the featured content template. get_template_part( 'content', 'featured-post' ); endforeach;