当前位置:首页 > CMS教程 > 帝国cms > 列表

帝国CMS教程网站sitemap

发布:smiling 来源: PHP粉丝网  添加日期:2014-11-22 09:33:49 浏览: 评论:0 

增加自定义页面,文件名及存放目录:../../sitemap/sitemap.xml

  1. <?='<?xml version="1.0" encoding="UTF-8"?>'?> 
  2. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  3. <url> 
  4. <loc>http://www.phpfensi.com[!--news.url--]</loc> 
  5. <lastmod><?=date("Y-m-d");?></lastmod> 
  6. <changefreq>daily</changefreq> 
  7. <priority>1.000</priority> 
  8. </url> 
  9. [e:loop={'select classid,classname,classpath,wburl from [!db.pre!]enewsclass where bclassid=0 and showclass=0 and (classid<>52 and classid<>24) order by myorder',0,24,0}] 
  10. <?php 
  11. if(emptyempty($bqr[wburl])) 
  12. $sccurl$public_r[newsurl].$bqr[classpath]; 
  13. else { 
  14. $sccurl$bqr[wburl]; 
  15. ?> 
  16. <url> 
  17. <loc>http://www.phpfensi.com<?=$sccurl?>/</loc> 
  18. <priority>0.6000</priority> 
  19. </url> 
  20. [/e:loop] 
  21. [listshowclass]'0',25,1,0[/listshowclass] 模板在后面 
  22. [e:loop={"select * from [!db.pre!]ecms_news order by newstime DESC",0,24,0}] 
  23. <url> 
  24. <loc>http://www.phpfensi.com<?=$bqsr[titleurl]?></loc> 
  25. <lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod> 
  26. <changefreq>daily</changefreq> 
  27. <priority>0.8000</priority> 
  28. </url> 
  29. [/e:loop] 
  30. [e:loop={"select * from [!db.pre!]ecms_shop order by newstime DESC",0,24,0}] 
  31. <url> 
  32. <loc>http://www.phpfensi.com<?=$bqsr[titleurl]?></loc> 
  33. <lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod> 
  34. <changefreq>daily</changefreq> 
  35. <priority>0.8000</priority> 
  36. </url> 
  37. [/e:loop] 
  38. [e:loop={"select * from [!db.pre!]ecms_movie order by newstime DESC",0,24,0}] 
  39. <url> 
  40. <loc>http://www.phpfensi.com<?=$bqsr[titleurl]?></loc> 
  41. <lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod> 
  42. <changefreq>daily</changefreq> 
  43. <priority>0.8000</priority> 
  44. </url> 
  45. [/e:loop] 
  46. [e:loop={"select * from [!db.pre!]ecms_baojia order by newstime DESC",0,24,0}] 
  47. <url> 
  48. <loc>http://www.phpfensi.com<?=$bqsr[titleurl]?></loc> 
  49. <lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod> 
  50. <changefreq>daily</changefreq> 
  51. <priority>0.8000</priority> 
  52. </url> 
  53. [/e:loop] 
  54. [e:loop={"select * from [!db.pre!]ecms_download order by newstime DESC",0,24,0}] 
  55. <url> 
  56. <loc>http://www.phpfensi.com<?=$bqsr[titleurl]?></loc> 
  57. <lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod> 
  58. <changefreq>daily</changefreq> 
  59. <priority>0.8000</priority> 
  60. </url> 
  61. [/e:loop] 
  62. </urlset> 

循环栏目列表的标签模板:

  1. [listshowclass]'0',25,1,0[/listshowclass] 
  2. [!--empirenews.listtemp--] 
  3. <!--list.var1--> 
  4. [!--empirenews.listtemp--] 
  5. <url> 
  6. <loc>http://www.phpfensi.com[!--classurl--]</loc> 
  7. <priority>0.6000</priority> 
  8. </url>

Tags: 帝国CMS 网站sitemap

分享到: