Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of calling tag on DEDECMS article list page

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of calling tag on the DEDECMS article list page, which is very detailed and has a certain reference value. Friends who are interested must finish reading it!

How does the DEDECMS article list page call tag?

First open the DEDECMS root directory include/common.func.php

Add the following code in front of the bottom? >:

The code is as follows:

Function listtag ($aid) {$tsql = new DedeSql (false); $tags =''; $tsql- > SetQuery ("Select i.tag From dede_taglist t left join dede_tagindex ion i.id=t.tid where t. Aidflowers roommates acquired aid'"); $tsql- > Execute ('t'); while ($row = $tsql- > GetArray ('tweets dazzling MYSQLLASSOC)) {$tags. = ". $row [' tag'].";} return $tags;}

two。 Then you can use the

{dede:field.id function= "listtag (@ me)" /}

To invoke the TAG tag

Can be used on the list page

[field:id function= "listtag (@ me)" /]

To call the TAG tag.

The above is all the contents of the DEDECMS article list page calling the tag method, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report