婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁(yè) > 網(wǎng)站建設(shè) > 建站知識(shí) > 織夢(mèng)DedeCMS列表頁(yè)調(diào)用當(dāng)前欄目下內(nèi)容數(shù)量的方法

織夢(mèng)DedeCMS列表頁(yè)調(diào)用當(dāng)前欄目下內(nèi)容數(shù)量的方法

POST TIME:2020-03-31 17:11

DedeCMS默認(rèn)在欄目列表頁(yè)沒有調(diào)用當(dāng)前欄目?jī)?nèi)容數(shù)量的標(biāo)簽,但有時(shí)候我們做網(wǎng)站時(shí)又需要調(diào)用這個(gè)數(shù)量。
 
下面就告訴大家兩種方法:
 
第一種方法:修改include/inc_arcpart_view.php文件
 
找到function ParseTemplet()函數(shù)
 
修改為:
 
function ParseTemplet() {
if(!is_array($this->dtp->CTags)) return "";
foreach($this->dtp->CTags as $tagid=>$ctag) {
$tagname = $ctag->GetName(); //countclass 統(tǒng)計(jì)欄目文章數(shù)量
if( $tagname == "countclass" ){
$tid = $ctag->GetAtt("typeid");
$row = $this->dsql->GetOne("Select count(ID) as dd From tufei_archives where typeid='$tid' and arcrank<>-1");
$this->dtp->Assign($tagid,$row['dd']);
}
 
調(diào)用標(biāo)簽:
 
{dede:countclass typeid=欄目ID


收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
主站蜘蛛池模板: 五华县| 北辰区| 古丈县| 夏河县| 出国| 甘德县| 娱乐| 吉隆县| 丰宁| 洞头县| 伊宁市| 安泽县| 涟源市| 灯塔市| 涟水县| 措美县| 陕西省| 邮箱| 扬州市| 固阳县| 根河市| 陵水| 印江| 白城市| 崇阳县| 天等县| 中超| 海原县| 侯马市| 玛沁县| 郴州市| 石渠县| 遂宁市| 遂宁市| 丹棱县| 京山县| 恩施市| 贵港市| 浠水县| 临泽县| 鄂尔多斯市|