Sostituite dal vostro template il tag “the_content” con questo codice:

 
< ?php $custommore = get_post_meta($post->ID, ‘custom_more’, true); ?>
< ?php if (!$custommore) { $custommore = ‘Read More &raquo;’; } ?>
< ?php the_content($custommore); ?>
 

fonte: www.sastgroup.com