help

Try adding the global $more variable before you call the_content(). e.g.:

<?php
global $more;
$more = 0;
the_content( 'Read More' );
?>

(This is how you enable the “Read More” tag for Pages.)

File not found.