dede添加欄目的時(shí)候,默認(rèn)欄目名稱(chēng)是拼音全稱(chēng),對(duì)于一些名稱(chēng)很長(zhǎng)的此語(yǔ)全拼就會(huì)顯得非常長(zhǎng),不僅難看,而且對(duì)于優(yōu)化來(lái)說(shuō)是冗長(zhǎng)。
下面來(lái)說(shuō)下dede標(biāo)題欄目按字母首字母命名的方法。
打開(kāi)dede/catalog.add.php文件,找到85行:
$toptypedir = GetPinyin(stripslashes($toptypename));
修改為:
$toptypedir = GetPinyin(stripslashes($toptypename),1);
找打108行:
$typedir = $toptypedir.'/'.GetPinyin(stripslashes($v));
修改為:
$typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1);
找打134行:
$toptypedir = GetPinyin(stripslashes($toptypename));
修改為:
$toptypedir = GetPinyin(stripslashes($toptypename),1);
找打187行:
$typedir = GetPinyin(stripslashes($typename));
修改為:
$typedir = GetPinyin(stripslashes($typename),1);
我們專(zhuān)注高端建站,小程序開(kāi)發(fā)、軟件系統(tǒng)定制開(kāi)發(fā)、BUG修復(fù)、物聯(lián)網(wǎng)開(kāi)發(fā)、各類(lèi)API接口對(duì)接開(kāi)發(fā)等。十余年開(kāi)發(fā)經(jīng)驗(yàn),每一個(gè)項(xiàng)目承諾做到滿(mǎn)意為止,多一次對(duì)比,一定讓您多一份收獲!