WordPress ã®ã«ã¹ã¿ã æ稿ã¿ã¤ãã§ã¯ RSS ãé ä¿¡ããã¦ããã¾ããããã®ããã以ä¸ã®ã³ã¼ãã functions.php ã«æ¸ã㦠RSS ãé ä¿¡ã§ããããã«ãã¾ãã function custom_post_rss_set($query) { if(is_feed()) { $query->set('post_type', Array( 'post', 'custom-type', 'custom-type2' ) ); return $query; } } add_filter('pre_get_posts', 'custom_post_rss_set'); ãã®ã³ã¼ãã®å¤æ´ç¹ã¯ Array() ã®ä¸ã® custom-type ã®ã¨ããã§ãããèªåã® WordPress ã« news 㨠item ã¨ããã«ã¹ã¿ã æ稿ã¿ã¤ããä½ã£ã¦ããæã®ä¾ã¯ä»¥ä¸ã«ãªãã¾ãã
{{#tags}}- {{label}}
{{/tags}}