Home> CMS Tutorial> DEDECMS> body text

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

藏色散人
Release: 2019-12-18 09:48:53
Original
1780 people have browsed it

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}
Copy after login

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}
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!