帝國CMS內(nèi)容關(guān)鍵字替換圖片標(biāo)簽解決方法
1、在 e/class/userfun.php 里面增加
//替換正文IMG里的ALT內(nèi)容functionuser_imgalt($mid,$f,$isadd,$isq,$value,$cs){$title=$_POST['title'];$htmls=$value;$pattern= "/]+>/"; preg_match_all($pattern, $htmls, $matches); for($i=0; $i<=count($matches[0]); $i++) {preg_match_all("/alt=".+?"/",$matches[0][$i],$altimg); $t_alt=count($altimg[0]);if($t_alt==0){$htmls=str_replace("<img","<img return$htmls;}
2、然后在后臺系統(tǒng)設(shè)置-數(shù)據(jù)表模型-字段管理里面 編輯 newstext字段
增加如下
user_imgalt
即可,圖片上的alt就自動被替換成了文章標(biāo)題 適合SEO!
責(zé)任編輯:實速科技