{dede:sql sql='Select content from dede_arctype where id=1'}
[field:content function='cn_substr(html2text(@me),524)'/]
{/dede:sql}
其中 where id=1 1 代表的是欄目id 為一的欄目內(nèi)容
3 如果是內(nèi)容頁調(diào)用當(dāng)前欄目的內(nèi)容 content。
只需修改下 mysql 調(diào)用方法就可以了。為下:
{dede:sql sql='Select content from dede_arctype where id=~typeid~'}
[field:content function='cn_substr(html2text(@me),524)'/]
{/dede:sql}
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請注明: 織夢內(nèi)容頁調(diào)用欄目內(nèi)容 content的方法,content 調(diào)用方法