花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊 退出 找回密碼

織夢系統(tǒng)RSS的描述全文內(nèi)容輸出方法

時間: 2018-12-03 08:13 閱讀: 作者:素材無憂網(wǎng)

原來生成的xml只是包含了文章的摘要,沒有原文.用來做feed一點吸引力都沒有.

當(dāng)然有了具體內(nèi)容也可以為別人提供咨訊,如百度新聞,GG等.

 

修改方法如下:

1.找rss的模板 templets/plus/rss.htm

<description>[field:description/]</description>

改成

<description>[field:body/]</description>

如果你不改直接增加換成別的名字也可以,

例如:

<text>[field:body/]</text>

2.修改生成rss的php源代碼./include/inc_rss_view.php

大概100行左右 或者搜

$query = "Select

直接改成,

$query = "Select

dede_archives.ID,dede_archives.title,dede_archives.source,dede_archives.writer,dede_archives.typeid,dede_archives.ismake,dede_archives.money,dede_archives.description,dede_archives.pubdate,dede_archives.senddate,dede_archives.arcrank,#@_  dede_archives.litpic,dede_arctype.typedir,dede_arctype.typename,dede_arctype.isdefault,dede_arctype.defaultname,dede_arctype.namerule,dede_arctype.namerule2,dede_arctype.ispart,dede_arctype.siteurl,dede_addonarticle.body from dede_archives left join dede_arctype on dede_archives.typeid=dede_arctype.ID left join dede_addonarticle on dede_archives.ID=dede_addonarticle.aid where $orwhere $ordersql limit 0,".$this->MaxRow;

 

這樣基本就OK了,如果覺的內(nèi)容太多加載的慢,

可以加上下面這段代碼,只用第一頁的內(nèi)容作為內(nèi)容

在這一段 //處理一些特殊字段  下面加上

$row["body"] = substr($row["body"], 0, strpos($row["body"]."


版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!

轉(zhuǎn)載請注明: 織夢系統(tǒng)RSS的描述全文內(nèi)容輸出方法

標(biāo)簽:  
相關(guān)文章
模板推薦