有两种方法可以建立,这里我只说最简单的一种:核心->频道模型->单页文档管理:增加一个页面
RSS页面标题:rss模板文件名:{style}/rss.htm文件名:rss.xmlrss.htm 文件必须要放在模版文件夹中:<?xml version="1.0" encoding="gb2312" ?><rss version="2.0"><channel><title>RSS_{dede:global.cfg_webname/}</title><link>{dede:global.cfg_basehost/}</link><description>{dede:global.cfg_description/}</description>{dede:arclist row='60' col='1' titlelen='100' orderby='pubdate'}<item><title><![CDATA[[field:title function='html2text(@me)'/]]]></title><link>[field:arcurl/]</link><description><![CDATA[[field:description function='html2text(@me)'/] ...]]></description><pubDate>[field:pubdate function='strftime("%a, %d %b %Y %H:%M:%S",@me)'/]</pubDate></item>{/dede:arclist}</channel></rss>
网站地图页面标题:网站地图模板文件名:{style}/google_sitemap.htm文件名:sitemap.xml<?xml version="1.0" encoding="UTF-8" ?><urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"><!--