On my version 2.0 there was:
<?php the_content(‘Read the rest of this entry »’); ?>
that I converted in:
<?php the_excerpt(‘Read the rest of this entry »’); ?>
It shows correctly the excerpt, but how to add the “more” button at the end of the post? Is there an embedded function or do I have to do it by hands?