WordPress RSSフィードまとめ
取得URL http://example.com/?feed=rss2 http://example.com/feed/ http://example.com/feed/rss/ カテゴリー指定も可能。 http://domain.tld/category/categoryname/feed/ (Permalink format) http://domain.tld/wp-rss2.php?cat=33 (Default format) RSSのURLでパースエラーが出た場合 サーバーによってはこのようなエラーが出る場合があるようだ。 This page contains the following errors: error on line 2 at column 6: XML declaration allowed only at the start of the document …. 原因は未検証だが、下の方法で解決出来た。 こちらを参考に、 以下のファイルの先頭に、 wp-includes/feed-rss2.php wp-includes/feed-rss2-comments.php ob_end_clean(); を追加する。 RSS feed へのサムネイル追加方法 まずはじめに見つけたのがこちら。 if(!function_exists('rss_post_thumbnail')): function rss_post_thumbnail($content) { global […]