I figured out how to show excerpts with thumbnails on the front page and on the category pages, but I'd like the "about" page and my other 4 pages to show the full post.
I'm guessing I need to add some sort of a "conditional" code to the following, but I don't know what (from index.php):
<div class="post-content" ><?php the_excerpt('Read the rest of this entry »'); ?></div>