Hello Guys,
I’m having the same problem, but unlike the OP my index.php file doesn’t sho the_content in there. This is all I see:
<?php get_header(); ?>
<?php
while (have_posts()) : the_post();
include(dirname(__FILE__).'/post.php');
endwhile;
?>
<?php get_footer(); ?>
There’s nowhere to change “the_content” to “the_excerpt” so I’m stuck. Any help is greatly appreciated.