Hi Folks,
On the blog [http://blogs.lifechurchministries.org/think/ ] $more_link_text appears instead of (continues...)
from template-functions-posts
function the_content($more_link_text = '(continues...)', $stripteaser = 0, $more_file = '') {
$content = get_the_content($more_link_text, $stripteaser, $more_file);
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
}
or (Read the rest of this entry)from the index.php
Warning: I do not know PHP
Thanks.