修改./karma/tf/global/basic.php
第37行
global $post;
$content = $post->post_content;
下增加
$content = $post->post_content;
//add start
//add by osiris on 14:41 2012/5/22
strpos($content,'')&&$content=substr($content,0,strpos($content,''));
//add end
//since version 2.6.5 development 7, remove shortcodes from content.
$content = strip_shortcodes($content);
最新评论