Beste mede SD'ers

Wie weet hoe ik de < -- more --> functie in het onderste php veld weer kan laten werken ?


PHP Code:
<?php the_content('</p><p>Read More >></p>'); ?>


PHP Code:
<?php if (function_exists('has_post_thumbnail') && has_post_thumbnail()) the_post_thumbnail'thumbnail', array( 'class' => 'alignleft pic-small') );
 
$content strip_shortcodes($post->post_content);
 
$content str_replace(']]>'']]>'$content);
 
$content strip_tags($content);
 
$content apply_filters('the_content'$content);
 echo 
$content?>