織夢(mèng)DedeCMS列表頁調(diào)用當(dāng)前欄目下內(nèi)容數(shù)量的方法
導(dǎo)讀:織夢(mèng)文章織夢(mèng)文章DedeCMS默認(rèn)在欄目列表頁沒有調(diào)用當(dāng)前欄目?jī)?nèi)容數(shù)量的標(biāo)簽,但有時(shí)候我們做網(wǎng)站時(shí)又需要調(diào)用這個(gè)數(shù)量。 下面就告訴大家兩種方法: 第一種方法:修改includedede免費(fèi)校板下戰(zhàn)dede織夢(mèng)模板。
DedeCMS默認(rèn)在欄目列表頁沒有調(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( $tagnam織夢(mèng)的模板e(cuò) == "countclass" ){
$tid = $ctag->GetAtt("typeid");
$row = $this->dsql->GetOne("Select count(ID) as dd From tufei_archives whe模板織夢(mèng)rdede模板安裝e typeid='$tid' and arcrank<>-1");
$this->dtp->Assign($tagid,$row['dd']);
}
調(diào)用標(biāo)簽:
{dede:countclass typeid=欄目ID相關(guān)dede免費(fèi)校板下戰(zhàn)dede織夢(mèng)模板。
聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-07-21 ,文章織夢(mèng)DedeCMS列表頁調(diào)用當(dāng)前欄目下內(nèi)容數(shù)量的方法主要講述數(shù)量,標(biāo)簽,CMS網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請(qǐng)保留鏈接: http://www.bifwcx.com/article/web_32764.html
為你推薦與織夢(mèng)DedeCMS列表頁調(diào)用當(dāng)前欄目下內(nèi)容數(shù)量的方法相關(guān)的文章
-
dedecms首頁中文章列表無刷新頂、踩的實(shí)現(xiàn)
(120)人喜歡 2023-07-21 -
織夢(mèng)網(wǎng)站地圖Sitemap+百度Ping推送功能實(shí)現(xiàn)
(160)人喜歡 2023-07-21 -
DeDecms后臺(tái)設(shè)置及網(wǎng)站地圖seo優(yōu)化,織夢(mèng)技
(50)人喜歡 2023-07-21 -
DedeCMS模板制作自定義表單時(shí)添加驗(yàn)證碼的
(166)人喜歡 2023-07-21 -
織夢(mèng)標(biāo)簽:sonchannel 子欄目調(diào)用,織夢(mèng)教程
(103)人喜歡 2023-07-21 -
在織夢(mèng)cms中使用繁體轉(zhuǎn)簡(jiǎn)體的函數(shù)BIG5To
(186)人喜歡 2023-07-21