自定义帖子类型页面的提要链接

时间:2014-12-14 作者:Epsiloncool

我有一个基于WP的网站,有许多基于自定义帖子类型的页面。但我在Google网站管理员中看到了很多404个链接,都是用/feed完成的。它看起来像默认的WP函数,当WP向任何页面添加/馈送时,这应该以RSS格式返回历史记录。这很好。所以我的问题是:

如何使“../feed”链接正常工作,并在这些特殊的帖子类型页面上显示评论的XML?

例如,我的真实页面http://viva-games.ru/game/classic-japanese-monster-castle-2/feed 返回404,当http://viva-games.ru/game/classic-japanese-monster-castle-2 返回包含注释的页面。如何使RSS链接工作并返回包含XML和注释列表的页面?

谢谢

2 个回复
最合适的回答,由SO网友:Epsiloncool 整理而成

最后,我在CPT UI插件中发现了一个bug。在编辑表单提交阶段没有适用的rewrite\\u规则。要最终应用rewrite\\u规则,我必须显示“edit post type”表单(不提交),以实际应用编辑属性。

我还在WP博客中描述了一个问题。

https://wordpress.org/support/topic/apply-cpt-changes-immediately-on-submit?replies=1#post-6379853

SO网友:birgire

has_archivefalse.

例如,检查这些票据:

16415年Don\'t require CPTs to have archives in order to have feeds

  • \\24867Feeds for custom posts type can not be set independently of has_archive and supports => comments has_archive 像true, 当这些票打开时;-)

  • 结束

    相关推荐

    Featured Image in RSS Feed

    我正在使用以下代码向wordpress中的rss提要添加一个特色图像。add_action( \'rss2_item\', \'add_post_featured_image_as_rss_item_enclosure\' ); function add_post_featured_image_as_rss_item_enclosure() { if ( ! has_post_thumbnail() ) return; $thumbnail_si