導讀:dedecmsdedecms下面代碼可以根據自己需要,在列表頁或文章頁顯示被評論和收藏次數。織夢模板下載dede58模板。

下面代碼可以根據自己需要,在列表頁或文章頁顯示被評論次數和收藏次數。
文章頁調用評論數
{dede:field.id runphp='yes'}
global $dsql;
$dsql -> SetQuery("Select count(id) as c from dede_feedback where aid=".@me織夢模板免費);
$row = $dsql -> getone();@me=$rowdede,模板['c'];
{/dede:field.id}個評論
|
文章頁調用收藏數
{dede:field.id runphp='yes'}
global $dsql;
$dsql -> SetQuery("select count(*) as c from dede_member_stow where aid=".@me);
$row = $dsql -> getone();@me=$row['c'];
{/dede:field.id}次
|
列表頁調用評論數
[field:ID runphp='yes']
global $dsql;
$dsql -> SetQuery("Select count(id) as c from dede_feedback where aid=".@me);
$row = $dsql -> getone();@me=$rdede手機模板ow['c'];
[/field:ID]
|
相關織夢模板下載dede58模板。
關鍵詞標簽: 標簽 織夢 代碼
聲明: 本文由我的SEOUC技術文章主頁發布于:2023-07-17 ,文章織夢調用列表頁、文章頁評論數和收藏數代碼,主要講述標簽,代碼,織夢網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_28563.html