WordPressのRSSの本文にHTMLを適用する

2007年03月29日 written by fjkktkys

wp-rss2.phpの以下の部分の関数をHTMLで出力するものに変更します。

「変更前」
<content:encoded><![CDATA[<?php the_content_rss(”, 0, ”) ?>]]></content:encoded>

「変更後」
<content:encoded><![CDATA[<?php the_content(”, 0, ”) ?>]]></content:encoded>

the_content_rss関数をthe_content関数に変更するといいでしょう。

#RSS変更確認のためのテストエントリです。

track feed

Leave a Reply

add to hatena hatena.comment (3) add to del.icio.us (1) add to livedoor.clip (1) add to Yahoo!Bookmark (0) Total: 5