Home > Article > CMS Tutorial > What is the call label for the secondary column of the dedecms homepage navigation menu?
dedecms What is the call label for the secondary column of the homepage navigation menu?
The example in this article describes the usage of calling tags in the second-level column of the dedecms homepage navigation menu. Share it with everyone for your reference. The details are as follows:
Recommended learning: 梦Weavercms
The first method:
The code is as follows:
{dede:channelartlist typeid='top' row='8'} {dede:field name='id'/}——{dede:field name='typeurl'/}——{dede:field name='typename'/} {dede:channel type='son' noself='yes'} [field:typelink/]——[field:typename/] {/dede:channel} {/dede:channelartlist}
Second method:
The code is as follows:
{dede:channelartlist row='2' typeid='1,2' } {dede:field name='typeurl'/}'——{dede:field name='typename'/} {dede:channel type='son' noself='yes' } [field:typelink/] —— [field:typename/] {/dede:channel} {/dede:channelartlist}
Users can call the secondary column by following the above method. It is recommended to use the second method.
The above is the detailed content of What is the call label for the secondary column of the dedecms homepage navigation menu?. For more information, please follow other related articles on the PHP Chinese website!