$more_link_text actually appears in post
-
Hi Folks,
On the blog [https://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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘$more_link_text actually appears in post’ is closed to new replies.