根据规范,sitemap内的网址数量不能超过50000个
自定义文章查询的条件
//标识为test的地图查询时文章字段recommend=1
$GLOBALS['sitemap']['test']=array('recommend'=>1);
//标识为test2的地图查询时文章字段datetime<当前时间
$GLOBALS['sitemap']['test2']=array('datetime<'=>time());
根据规范,sitemap内的网址数量不能超过50000个
//标识为test的地图查询时文章字段recommend=1
$GLOBALS['sitemap']['test']=array('recommend'=>1);
//标识为test2的地图查询时文章字段datetime<当前时间
$GLOBALS['sitemap']['test2']=array('datetime<'=>time());
应用信息 | |
---|---|
标识 | sitemap |
版本号 | 1.5 |
文件大小 | 6.9KB |
发布时间 | 2021-06-18 |
更新时间 | 2021-12-12 |
PHP兼容 | -- |
作者 | ClassCMS |
安装 |
---|
¥12.00 请在您的网站后台-应用商店内购买此应用 |
更新记录 | |
---|---|
1.5 | 优化加载速度 |
1.4 | bug修复 |
1.3 | 兼容新版本 |
1.2 | bug修复 |
1.1 | 修复栏目网址输出不全的bug |