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

How to call the site-related article tags on the dedecms article page

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This "dedecms article page how to call the site-related article tags" most people do not understand, so the editor summed up the following content, detailed, clear steps, with a certain reference value, I hope you can get something after reading this article, let's take a look at this "dedecms article page how to call the site-related article tags" article bar.

{dede:likearticle row='12' titlelen='200'} [field:title/] {/ dede:likearticle}

The above is the easiest dedecms tag to call the relevant article title. Using this code will only call the relevant article title and link of the current column.

Implement to call the site-wide method:

You only need to modify a piece of code in the corresponding php file. The specific modifications are as follows.

Modify method:

Find the file:\ include\ taglib\ likearticle.lib.php

After the DW software opens the likearticle.lib.php file

Find the code:

$typeid = "And arc.typeid in ($typeid) And arc.id$arcid"

Modified to:

$typeid = "And arc.id$arcid"; the above is the content of this article on "how to call the relevant article tags on the dedecms article page". I believe you all have some understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about it, please 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

Development

Wechat

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

12
Report