您好,登錄后才能下訂單哦!
這篇文章主要為大家展示了“如何制作帝國CMS網站sitemap”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“如何制作帝國CMS網站sitemap”這篇文章吧。
具體實現方法如下:
增加自定義頁面,文件名及存放目錄:../../sitemap/sitemap.xml
代碼如下:
<?='<?xmlversion="1.0"encoding="UTF-8"?>'?>
<urlsetxmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.jb51.net[!--news.url--]</loc>
<lastmod><?=date("Y-m-d");?></lastmod>
<changefreq>daily</changefreq>
<priority>1.000</priority>
</url>
[e:loop={'selectclassid,classname,classpath,wburlfrom[!db.pre!]enewsclasswherebclassid=0andshowclass=0and
(classid<>52andclassid<>24)orderbymyorder',0,24,0}]
<?php
if(emptyempty($bqr[wburl]))
{
$sccurl=$public_r[newsurl].$bqr[classpath];
}else{
$sccurl=$bqr[wburl];
}
?>
<url>
<loc>https://www.jb51.net<?=$sccurl?>/</loc>
<priority>0.6000</priority>
</url>
[/e:loop]
[listshowclass]'0',25,1,0[/listshowclass]模板在后面
[e:loop={"select*from[!db.pre!]ecms_newsorderbynewstimeDESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr[titleurl]?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>
[/e:loop]
[e:loop={"select*from[!db.pre!]ecms_shoporderbynewstimeDESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr[titleurl]?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>
[/e:loop]
[e:loop={"select*from[!db.pre!]ecms_movieorderbynewstimeDESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr[titleurl]?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>
[/e:loop]
[e:loop={"select*from[!db.pre!]ecms_baojiaorderbynewstimeDESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr[titleurl]?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>
[/e:loop]
[e:loop={"select*from[!db.pre!]ecms_downloadorderbynewstimeDESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr[titleurl]?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>
[/e:loop]
</urlset>
推薦學習《帝國cms教程》
循環欄目列表的標簽模板:
代碼如下:
[listshowclass]'0',25,1,0[/listshowclass]
[!--empirenews.listtemp--]
<!--list.var1-->
[!--empirenews.listtemp--]
<url>
<loc>https://www.jb51.net[!--classurl--]</loc>
<priority>0.6000</priority>
</url>
以上是“如何制作帝國CMS網站sitemap”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。