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 remove id from the pinyin naming rules of dream-weaving DEDECMS articles

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

Share

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

This article mainly introduces how to remove id in the pinyin naming rules of Zhimeng DEDECMS article, which has a certain reference value, friends in need can refer to it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

How to remove id from the pinyin naming rules of dream DEDECMS articles?

Step one:

Select: website column management, modify the advanced options of the column, article naming rules: {typedir} / {Y} {M} {D} / {aid} .html this is the default state

Change aid to pinyin, but find that the static page produced is followed by the article id.

Operating system

Step 2:

Find channelunit.func.php under the include folder

Find it inside.

If (ereg) {$articleRule = str_replace ('{pinyin}', GetPinyin ($title).'_'. $aid,$articleRule); $articleRule = str_replace ('{py}', GetPinyin ($title,1).'_'. $aid,$articleRule);} $articleUrl ='/ '.ereg _ replace (' ^ /',', $articleRule); return $articleUrl }} / / get the specified class destination URL link / / enforce the default page name in cases where cover files and separate pages are used

Note the red part: replace it with: $articleRule = str_replace ('{pinyin}', GetPinyin ($title), $articleRule)

Thank you for reading this article carefully. I hope it will be helpful for everyone to remove the id content when sharing the pinyin naming rules of Weaving Dream DEDECMS articles. At the same time, I also hope that you will support more, pay attention to the industry information channel, and find out if you encounter problems. Detailed solutions are waiting for you to learn!

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