易優field獲取channelartlist標籤的欄位值-EyouCms手冊

黄文Rex發表於2024-08-18

【基礎用法】

名稱:field

功能:獲取channelartlist標籤裡的欄位值,field標籤只能在channelartlist標籤裡使用。

語法:

{eyou:channelartlist typeid='欄目ID' type='son' row='20'}

{eyou:field name='typename' /}

{/eyou:channelartlist}

引數:

name='' 欄位名

底層欄位:

請查閱易優Cms官方提供的資料字典,找到表名 ey_arctype

【更多示例】

-------------------------------示例1--------------------------------

描述:輸出指定欄目ID的下級欄目的文件列表

{eyou:channelartlist typeid='欄目ID' type='son' row='20'}

{eyou:field name='typename' /}

{eyou:arclist limit='0,10' titlelen='30'}

{$field.title}

{/eyou:arclist}

{/eyou:channelartlist}

-------------------------------示例2--------------------------------

描述:輸出擷取欄目描述的長度

{eyou:channelartlist typeid='欄目ID' type='son' row='20'}

{eyou:field name='seo_description|html_msubstr=###,0.4' /}

{/eyou:channelartlist}

相關文章