功能:帝国cms网站地图sitemap制作与自动更新
代码: 
1.增加自定义页面 =》选择直接页面,页面名称为:网站地图,文件名修改为  ../../sitemap.xml

附:自定义页面内容如下

<?='<?xml version="1.0" encoding="UTF-8"?>'?>

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.x.com</loc>
<changefreq>always</changefreq>
<priority>1.0</priority>
</url>

[e:loop={"select * from [!db.pre!]enewsclass order by myorder",0,24,0}]
<?
if($bqr['classurl']=='')
{
$sccurl=$public_r['newsurl'].$bqr['classpath']."/";
}
else
{
$sccurl=$bqr['classurl']."/";
}
?>
<url>
<loc>http://www.<SPAN style="FONT-FAMILY: Arial, Helvetica, sans-serif">x</SPAN><SPAN style="FONT-FAMILY: Arial, Helvetica, sans-serif">.com<?=$sccurl?></loc></SPAN>
<lastmod><?=date("Y-m-d")?></lastmod>
<changefreq>always</changefreq>
<priority>0.6</priority>
</url>
[/e:loop]

[e:loop={0,3000,3,0,'','newstime DESC'}]
<url>
<loc>http://www.x.com<?=$bqsr['titleurl']?></loc>
<lastmod><?=date("Y-m-d")?></lastmod>
<changefreq>always</changefreq>
<priority>0.8</priority>
</url>
[/e:loop]

[e:loop={"select * from [!db.pre!]enewstags order by tagid",0,24,0}]
<url>
<loc>http://www.x.com/e/tags/?tagname=<?=$bqr['tagname']?></loc>
<lastmod><?=date("Y-m-d")?></lastmod>
<changefreq>always</changefreq>
<priority>0.5</priority>
</url>
[/e:loop]

[e:loop={'select * from [!db.pre!]enewspage order by id',20,24,0}]
<?php
$pageurl=$public_r['newsurl'].str_replace('../../','',$bqr['path']);
$css='pagecss';
if($classid=='page'.$bqr[id])
{
$css='selfpagecss';
}
?>
<url>
<loc>http://www.x.com<?=$pageurl?></loc>
<lastmod><?=date("Y-m-d")?></lastmod>
<changefreq>always</changefreq>
<priority>0.4</priority>
</url>
[/e:loop]
</urlset>

说明:

http://www.x.com 网址修改成自己网站的域名。

[e:loop={0,3000,3,0,'','newstime DESC'}] 所有文章。3000为文章数量,更具自己网站的需求改。

[e:loop={"select * from [!db.pre!]enewstags order by tagid",0,24,0}] 调取tags里所有信息。

2.设置自动更新:系统 =》计划任务 =》 管理计划任务 =》 刷新自定义页面 =》

当然我们也可以手动刷新生成自定义页面

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。