織夢DedeCMS發(fā)布文檔時有的上傳有圖片,有的沒有圖片,沒有圖片的文檔用百度/谷歌廣告圖片替換,使文章頁顯示更一致和美觀。
方法如下:
打開文章模板文件:article_article.htm
找到文章內(nèi)容標(biāo)簽:
<table width='100%'> <tr> <td>{dede:field.body/}(責(zé)任編輯: {dede:adminname/})</td> </tr></table> |
將原來的文章內(nèi)容標(biāo)簽:{dede:field.body/}
替換為:
{dede:field name='body' runphp='yes'} if(strpos(@me,'img')) @me=@me; |
else @me='<div style="float:right;">谷歌廣告放在這里面</div>'.@me;



















