diff --git a/index.php b/index.php index f90b2b2..2aa45bc 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ <?php get_header(); if ( have_posts() ) : while ( have_posts() ) : the_post(); - the_content(); + get_template_part( 'content', get_post_format() ); endwhile; else : _e( 'Sorry, no posts matched your criteria.', 'textdomain' );