
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:
<dt><strong>推荐[field:typename/]</strong></dt>
<dd>
<ul class="c1 ico2">
{dede:arclist flag='c' titlelen=42 row=10}
<li><a href="[field:arcurl/]">[field:title/]</a></li>
{/dede:arclist}
</ul>
</dd>It turns out that the output is:
The code is as follows:
推荐[field:typename/]
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}
<a href="[field:typelink /]">[field:typename /]</a>
{/dede:type}
//没链接的
{dede:type}
[field:typename /]
{/dede:type}Let’s try it again. The code is as follows:
The code is as follows:
<dt><strong>推荐{dede:type}[field:typename /]{/dede:type}</strong></dt>The result is:
The code is as follows:
<dt><strong>推荐游戏名称</strong></dt>
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

Atom editor mac version download
The most popular open source editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

SublimeText3 Mac version
God-level code editing software (SublimeText3)





