dede內(nèi)容頁調(diào)評(píng)論內(nèi)容代碼
在織夢內(nèi)容頁中添加以下代碼,即是調(diào)用當(dāng)前內(nèi)容頁的前30個(gè)評(píng)論內(nèi)容及評(píng)論用戶。具體大家可要想自己的需求去修改。
{dede:sql sql=select a.username,a.msg from dede_feedback a where ischeck=1 and aid=~id~ order by aid desc limit 0 , 30} 用戶:a.username<br />
評(píng)論內(nèi)容:[field:msg/] {/dede:sql}
代碼說明
select a.username,a.msg from dede_feedback a where ischeck=1 and aid=~id~ order by aid desc limit 0 , 30
查詢評(píng)論表(dede_feedback)中的username和msg字段,查詢條件為文章id是當(dāng)前文章的id( aid=~id~ ),并且評(píng)論內(nèi)容已經(jīng)審核過(ischeck=1),只查詢前30條評(píng)論內(nèi)容。
更多信息請查看IT技術(shù)專欄