1. 程式人生 > >織夢dede:channel取子欄目時重復顯示同級欄目的解決方法

織夢dede:channel取子欄目時重復顯示同級欄目的解決方法

找到 pre style == 解決方法 打開 taglib nose 顯示

沒有子欄目時重復顯示了同級欄目

技術分享圖片


解決方法

1、打開 /include/taglib/channel.lib.php 找到

$type==‘son‘ && $reid!=0 && $totalRow==0

改成

$type==‘son‘ && $reid!=0 && $totalRow==0 && $noself==‘‘

2、dede:channel 標簽寫法加入noself=yes

技術分享圖片

織夢dede:channel取子欄目時重復顯示同級欄目的解決方法