How to call the Dream Weaver custom field at any position?
Call the method anywhere in the custom field of DEDECMS
Recommended learning:cms
1. Specify the channelid attribute
2. Specify the fields to be obtained addfields='field 1,field'
For example:
{dede:arclist addfields='filetype,language,softtype' row='8' channelid='3'} [field:textlink /] - [field:softtype /]<br /> {/dede:arclist}
Through this example, it is very confusing.
This way It will be easy to understand after explanation
{dede:arclist addfields='附加字段1,附加字段2,附加字段3' row='8' channelid='自定义模型id号'} [field:textlink /] [field:附加字段1/] [field:附加字段2/]< [field:附加字段3/]<<br /> {/dede:arclist}
The above is the detailed content of How to call DreamWeaver custom fields at any position. For more information, please follow other related articles on the PHP Chinese website!