// Custom Rss feed for SmartNews add_action('init', 'add_custom_rss'); function add_custom_rss() { add_feed('smartnews', 'smartnews_rss'); } function smartnews_rss() { get_template_part('smartnews','rss'); } RSS用のテンプレファイルを編集 wp-includeの中にあるfeed-rss2.phpをwp-content/theme/使用中のテーマフォルダ/にコピペ smartnews-rss.phpにファイル名を変更 以下コードをネームスペースを設定している部分に追加