...{/dede :type}" and save it."> How to call the column name and column link address in dedecms-DEDECMS-php.cn
Home> CMS Tutorial> DEDECMS> body text

How to call the column name and column link address in dedecms

藏色散人
Release: 2019-12-18 09:42:54
Original
2416 people have browsed it

How to call the column name and column link address in dedecms

dedecmsHow to call the column name and column link address?

The example in this article describes the method of dedecms calling the column name and column link address

Recommended learning:梦Weavercms

Working on it today During an SEO optimization, I found that the column on the right side of the page could not be called. Later I found a solution on Baidu. I will sort it out here and share it with my friends.

This is how I handled it at first, the code is as follows:

The code is as follows:

推荐[field:typename/]
    {dede:arclist flag='c' titlelen=42 row=10}
  • [field:title/]
  • {/dede:arclist}
Copy after login

It turns out that the output is:

The code is as follows:

推荐[field:typename/]
Copy after login

The template tag is entered directly, which is definitely not what we want. Later, Baidu searched DeDECMS to call the column name and found the following method. It turned out that we need to add {dede:type}. The code is as follows:

The code is as follows:

{dede:type} [field:typename /] {/dede:type} //没链接的 {dede:type} [field:typename /] {/dede:type}
Copy after login

Let’s try it again. The code is as follows:

The code is as follows:

推荐{dede:type}[field:typename /]{/dede:type}
Copy after login

The result is:

The code is as follows:

推荐游戏名称
Copy after login

The above is the detailed content of How to call the column name and column link address in dedecms. 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!