Before doing any changes save a copy of the file, just in case.
Open index.php with Notepad++ or your wp editor and try to change:
<?php the_excerpt(‘Read the rest of this entry »’); ?>
change that line to this one:
<?php the_content(‘Read the rest of this entry »’); ?>
Regards,
Alex.
[sig moderated as per the Forum Rules]