Home  >  Article  >  CMS Tutorial  >  What is the call label for the secondary column of the dedecms homepage navigation menu?

What is the call label for the secondary column of the dedecms homepage navigation menu?

藏色散人
藏色散人Original
2019-12-18 09:48:531857browse

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!

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