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 intercepting the title length of DEDECMS articles

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

Share

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

How to intercept the title length of DEDECMS articles? This problem may be often seen in our daily study or work. I hope you can gain a lot from this question. The following is the reference content that the editor brings to you, let's take a look at it!

How to intercept the title length of DEDECMS article?

Friends who know about dedecms must also be very familiar with how to get the tags of the previous and next articles. Dedecms gets the tags of the previous and next articles as: {dede:prenext get='pre'/} and {dede:prenext get='next'}, respectively.

In this tag, there is no function of setting the number of words in the title of the previous article or the next article, so how can we achieve this function? In fact, the dedecms system has also done a very good job, and it is also very thoughtful, which can be set up.

Dedecms sets the number of words in the title of the previous article and the next article:

Step 1: find the "include/arc.archives.class.php" file under dedecms and open it with DW or notepad.

Step 2: find $this- > PreNext ['pre'] = "previous post: {$preRow [' title']}"; add $preRow ['title'] = cn_substr ($preRow [' title'], 30) to this line; 30 means 30 bytes, or 15 Chinese characters. This can be set according to the actual situation.

Step 3: find $this- > PreNext ['next'] = "next article: {$nextRow [' title']}"; add $nextRow ['title'] = cn_substr ($nextRow [' title'], 30); to this line.

Then save it, and at this point, dedecms's method of setting the number of words in the title of the previous and next article is complete.

Thank you for reading! After reading the above, do you have a general understanding of the method of intercepting the title length of DEDECMS articles? I hope the content of the article will be helpful to all of you. If you want to know more about the relevant articles, you are 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