Question:
I’d like to show only excerpts on the articles (blog) page instead of showing the entire post.
Is there a way to do this on my Flexibility Theme?
Answer:
Just go into the index.php file and find this line:
<?php the_content(‘Read the rest of this entry’); ?>
and then change it to:
<?php the_excerpt(); ?>
Note: For those that haven’t use the Flexibility Theme before, I can only say good things about this theme. I use Flexibility 3 on some of my other blogs, and I can assure you is the way to go when creating your first blog for many reasons.
This theme is completely customizable, it’s easy to use, has a fantastic tutorial site, AND it’s free!
Who doesn’t want a free simple wordpress theme?

