Cod PHP:

<?php 
$half 
strlen(get_the_content() ) / 2;
echo 
substr(get_the_content(), $half200 );
?>