當前位置:主頁 > 網(wǎng)站建設(shè) > 織夢cms增加php函數(shù)功能,dedecms
織夢cms增加php函數(shù)功能,dedecms
導讀:dedecmsdedecmsdedecms增加php函數(shù)功能及在列表頁獲取當前欄目的文章數(shù) 打開include/common.func.php,在其中任一行(?與?的中間任一行)中加上如下織夢模板。
dedecms增加php函數(shù)功能及在列表頁獲取當前欄目的文章數(shù)打開include/common.func.php,在其中任一行(<?與?>的中間任一行)中加上如下函數(shù).織夢模板下載
function dynamic_num($current_id){globadede網(wǎng)站模板l $dsql;$t_num = $dsql->GetOne("select count(*) as num from `dede_archives` where typeid='$current_id'");if(is_array($t_num)){ return "本欄目共有".$t_num[num]."篇文章";}else{ return "本欄目共有0篇文章" ;}}在列表頁中這樣調(diào)用:{dede:type}[field:id function="dynamic_num(@me)" /]{/dede:type}
加入函數(shù):
聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-07-21 ,文章織夢cms增加php函數(shù)功能,dedecms主要講述函數(shù),標簽,織夢網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_33120.html
為你推薦與織夢cms增加php函數(shù)功能,dedecms相關(guān)的文章
-
dedecms首頁中文章列表無刷新頂、踩的實現(xiàn)
(120)人喜歡 2023-07-21 -
織夢網(wǎng)站地圖Sitemap+百度Ping推送功能實現(xiàn)
(160)人喜歡 2023-07-21 -
DeDecms后臺設(shè)置及網(wǎng)站地圖seo優(yōu)化,織夢技
(50)人喜歡 2023-07-21 -
DedeCMS模板制作自定義表單時添加驗證碼的
(166)人喜歡 2023-07-21 -
織夢標簽:sonchannel 子欄目調(diào)用,織夢教程
(103)人喜歡 2023-07-21 -
在織夢cms中使用繁體轉(zhuǎn)簡體的函數(shù)BIG5To
(186)人喜歡 2023-07-21
