列表調(diào)用正文內(nèi)容&多種形式
2022-11-24 加入收藏
{eyou:arclist addfields='content' } <span>{$field.content}</span> {/eyou:arclist}
addfields='content' 為調(diào)取文章內(nèi)容的標(biāo)簽屬性,必加在arclist里
{$field.content} 為調(diào)取文章內(nèi)容不過(guò)濾樣式的標(biāo)簽。
{$field.content|html_msubstr=###} 為調(diào)取文章內(nèi)容過(guò)濾樣式的標(biāo)簽。
{$field.content|html_msubstr=###,0,155} 為調(diào)取文章內(nèi)容過(guò)濾樣式并截取155個(gè)字符的標(biāo)簽。