Got it:
<?php if(is_single()) {
the_content();
} else {
the_excerpt();
} ?>
I have permalink turned on, and I think it causes the excerpt to display even if I am looking at a particular post. None of the example above work for my WP1.5.
I always see the_excerpt(); and never the_content();. Even if I click on one post.
http://www.isp-blog.com
Help