wp-includes 下面的 feed-rss2.php 文件的
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
替换为:
<description><![CDATA[<?php the_content() ?>]]></description>
替换前,rss格式简直是一陀……
替换后,天空都晴朗了,畅快。
评论关闭。