相關文章不管對SEO還是用戶體驗都有好的效果,使用如下的DEDE全站相關文章設置方法,使相關文章不局限于默認的某一個欄目,喜歡的朋友可以試試。
{dede:likearticle row='' col='' titlelen='' infolen=''}
<a href='[field:arcurl/]'>[field:title/]</a>
{/dede:likearticle}
參數說明:
col='' 分多少列顯示(默認為單列)
row='10' 返回文檔列表總數
titlelen = '30' 標題長度 等同于titlelength
infolen='160' 表示內容簡介長度 等同于infolength
mytypeid=0 手工指定要限定的欄目id,用,分開表示多個
innertext = '' 單條記錄樣式(指標簽中間的內容)
在網站目錄找到文件:\include\taglib\likearticle.lib.php
編輯,找到代碼:$typeid = " And arc.typeid in($typeid) And arc.id<>$arcid ";
修改為:$typeid = " And arc.id<>$arcid "; 保存,再更新就可以看到DEDE全站相關文章設置的效果了。