修改风格的index.php
<?php the_content('Read the rest of this entry ?'); ?>
替换成:
<?php the_excerpt() ?><br/><small><a href="<?php the_permalink(); ?>">Read full post...</a></small>