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

Dream weaving list page calls the method of TAG tags in the current article

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article will explain in detail the method of calling TAG tags in the current article on the dream weaving list page. Xiaobian thinks it is quite practical, so share it with you as a reference. I hope you can gain something after reading this article.

1. First open the DEDECMS root directory and find it at the bottom. Add the following code to the front:

function listtag($aid) { $tsql = new DedeSql(false); $tags = "; $tsql->SetQuery("Select i.tag From dede_taglist t left join dede_tagindex i on i.id=t.tid where t.aid='$aid'"); $tsql->Execute('t'); while($row = $tsql->GetArray('t',MYSQL_ASSOC)){ $tags .= "".$ row['tag']. " "; } retu $tags; }

2, and then in the article page can be used

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

3, to call TAG tag, in the list page can be used

[field:id function="listtag(@me)"/] The method of calling TAG tag in current article on dream weaving list page is shared here. I hope the above content can be helpful to everyone and learn more knowledge. If you think the article is good, you can share it so that more people can see it.

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