Featured Posts WPMU truncate error
-
Hi
i get an error message: Call to undefined function truncate()
if i change the code from
print '<div class="entry gray_text_mid">'.truncate($featured_blog_post->post_content,200,"...",true,true).'</div>';
to
print '<div class="entry gray_text_mid">'.$featured_blog_post->post_content.'</div>';
everything is ok
The topic ‘Featured Posts WPMU truncate error’ is closed to new replies.