操作說明:
1、打開文件e/class/functions.php,找到代碼
$string=str_replace('[!--'.$pf.'--]',$newstext,$string);
2、在下面增加一行代碼,其中的60表示截取分頁內(nèi)容前60個字符,中文即30個字。
$string=str_replace('[!--page.des--]',trim(esub(strip_tags($newstext),60)),$string);
3、在約3508行下面增加一和代碼,此行是針對未分頁文章進行內(nèi)容截取。
$string=str_replace('[!--page.des--]',trim(esub(strip_tags($add[newstext]),60)),$string);
4、在內(nèi)容頁中加入標(biāo)簽 [!–page.des–] 即可。