I have searched out this topic and found what I thought was the answer...however it doesn't seem to work for me.
I read I was to replace
<?php the_content(); ?>
with
<?php the_excerpt(); ?>
When I make the switch...I notice no difference on the index page (am editing index.php)...
Any idea why this does not work?...I'm using a custom theme, but I don't think that would be the cause...