Home >CMS Tutorial >DEDECMS >How to call DreamWeaver custom fields at any position

How to call DreamWeaver custom fields at any position

藏色散人
藏色散人Original
2020-01-04 09:30:471813browse

How to call DreamWeaver custom fields at any position

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=&#39;附加字段1,附加字段2,附加字段3&#39; row=&#39;8&#39; channelid=&#39;自定义模型id号&#39;} 
[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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn