以下の内容はhttps://rna.hatenadiary.jp/entry/20070403/p1より取得しました。


WordPress ME2.0.9 の ATOM feed の文字化け、つ…か bewaad.com のソレ

wp-atom.php 44 行目の

		<content type="<?php bloginfo('html_type'); ?>"
 mode="escaped" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php
 the_content('', 0, '') ?>]]></content>

                <content type="<?php bloginfo('html_type'); ?>"
 mode="escaped" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php
        $content = get_the_content('', 0, '');
        $content = apply_filters('the_content', $content);
        $content = str_replace(']]>', ']]&gt;', $content);
        echo wpj_utf8_encode($content);
?>]]></content>

に置き換えでどうでしょう。

一応手元の ME2.0.9 で動きました。書き換え後にエントリを更新すると反映されると思います。



トラックバック:




以上の内容はhttps://rna.hatenadiary.jp/entry/20070403/p1より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14