<?phprequire_once (dirname(__FILE__) . "/include/common.inc.php");require_once DEDEINC."/arc.partview.class.php";$pv = new PartView();$pv->SetTemplet($cfg_basedir.$cfg_templets_dir."/default/feed.htm");header("Content-type:application/XML");$pv->Display();?>再新建一个feed.htm文件,代码如下所示。将这个文件上传到dede的模板目录。
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0"><channel><title>{dede:global.cfg_webname/}</title><link>{dede:global.cfg_basehost/}</link><description>{dede:global.cfg_description/}</description><language>zh-cn</language><generator>{dede:global.cfg_webname/}</generator><webmaster>{dede:global.cfg_adminemail/}</webmaster>{dede:arclist row='60' col='1' titlelen='100' orderby='pubdate'}<item><link>http://www.qqshiwo.com.com[field:arcurl/]</link><title><![CDATA[[field:title function='html2text(@me)'/]]]></title><author>[field:writer/]</author><category>[field:typename/]</category><pubDate>[field:pubdate function='strftime("%a, %d %b %Y %H:%M:%S +0800",@me)'/]</pubDate><guid>http://www.qqshiwo.com[field:arcurl/]</guid><description><![CDATA[[field:description function='html2text(@me)'/] … ]]></description></item>{/dede:arclist}</channel></rss>最后在index.htm模板文件中<head></head>之间增加如下语句: <link rel="alternate" type="application/rss+xml" href="http://www.qqshiwo.com/feed.php" title="你的网站名称" /> 在dede后台重新生成网站首页,这样你网站的rss feed已经制作完了。访问一下
新闻热点
疑难解答