花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊 退出 找回密碼

織夢CMS地圖sitemap.html更改路徑和模板

時間: 2020-09-19 17:38 閱讀: 作者:素材無憂網(wǎng)

文章介紹

織夢默認(rèn)的網(wǎng)站地圖生成后的路徑是/data/sitemap.html 但是做為seo來考慮會認(rèn)為sitemap.html這個文件放在根目錄會更好。 那么如何實(shí)現(xiàn)這個呢? 方法如下: 第一步:打開/dede/makehtml_map.php if($dopost=="site") { $murl = $cfg_cmspath."/data/sitemap.html"; //內(nèi)容來自團(tuán) $tmpfile = $cfg_basedir.$cfg_templets_dir."/plus/sitemap.htm"; } 更改成為 if($dopost=="site") { $murl = $cfg_cmspath."/sitemap.html"; $tmpfile = $cfg_basedir.$cfg_templets_dir."/plus/sitemap.htm"; } 這樣就實(shí)現(xiàn)了sitemap.html放在根目錄的的任務(wù)了   第二步:如何我們要更改sitemap.html的顯示方式,及相關(guān)的樣式,那在哪里更改 1、dedecms中sitemap.html的模板文件在\templets\plus\sitemap.htm,我們可以在這個文件更改相關(guān)的樣式標(biāo)題什么的。 2、更改sitemap的顯示方式,這個時候我們就要了解{dede:global name='maplist'/}標(biāo)簽了 這個標(biāo)簽,簡單點(diǎn)說,你在makehtml_map.php中定義一個$seostudy = "原創(chuàng)小站";,那么在模板中可以使用{dede:global name='seostudy'}來獲得這個變量的值,當(dāng)然這個文件的獲取值的函數(shù)很多都是來自文件/include/sitemap.class.php,所以我們在更改sitemap.html的時候把這幾個文件了解后就很容易了。

版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!

轉(zhuǎn)載請注明: 織夢CMS地圖sitemap.html更改路徑和模板

標(biāo)簽:  
相關(guān)文章
模板推薦