How to remove the id when using the pinyin naming rules of DEDECMS articles?
How to remove the id when using the pinyin naming rules of DEDECMS articles
How to remove the id when using the pinyin naming rules of DEDECMS articles. Friends who need it can For reference.
Recommended study: 梦Weavercms
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
Changed aid to pinyin, but found that the static page produced still has the article id behind it.
Operating system
Second step:
Find channelunit.func.php in the include folder
Find it inside
if(ereg('\{p',$articleRule)) { $articleRule = str_replace('{pinyin}',GetPinyin($title).'_'.$aid,$articleRule); $articleRule = str_replace('{py}',GetPinyin($title,1).'_'.$aid,$articleRule); } $articleUrl = '/'.ereg_replace('^/','',$articleRule); return $articleUrl; } } //获得指定类目的URL链接 //对于使用封面文件和单独页面的情况,强制使用默认页名称
Pay attention to the red part: replace it with: $articleRule = str_replace('{pinyin}',GetPinyin($title),$articleRule);
The above is the detailed content of How to remove the id in the pinyin naming rules of DEDECMS articles. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Chinese version
Chinese version, very easy to use

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function