Dream Weaving DedeCMS Custom Field That is to say, an additional table has been added. To call the contents of the additional table, the explanation document on the official website of Zhimeng says:

To obtain additional table contents, two conditions must be met

1. Specify channelid attribute, i.e. channelid='content model id '

2. Specify the field to be obtained, that is, addfields='field 1, field 2 '

Such as the following calling code:

{dede:arclist addfields="filetype,language,softtype" channelid='3'}
[field:textlink /] - [field:softtype /]
{/dede:arclist}

This example is very puzzling.

This is easy to understand

{dede: arctist addfields='Additional field 1, additional field 2, additional field 3' channelid='content model id number'}
[field: textlink/] - [field: additional field 1/] - [field: additional field 2/] - [field: additional field 3/]
{/dede:arclist}

In this way, you can easily call the custom fields of articles from lists anywhere in the whole site.

Post reply

Can't comment until