后臺-系統(tǒng)-基本參數(shù)-互動設(shè)置-替換詞語,這個是用于評論和會員投稿,網(wǎng)站后臺添加的文章是不受制于這里的,我們可以直接在模板標簽里runphp字符串替換
文章內(nèi)容頁標簽寫法
{dede:field.body runphp=yes}
global $cfg_replacestr;
@me = preg_replace("#{$cfg_replacestr}#i", "***", @me);
{/dede:field.body}