如何在FeedBurner FeedSmith中保存WordPress标记供稿

In our step by step guide to setup a FeedBurner account with WordPress, we recommend that you should redirect your WordPress feeds to the feedburner feeds using the official FeedBurner FeedSmith Plugin. Today, one of our users reported a bug that by redirecting the feeds, this plugin hijacks your tag feeds. Meaning that your tag feeds will also be pointed to your main feedburner feed. While that may not be an issue for some users, but for other WordPress users, this can be a problem.

使用WordPress设置FeedBurner帐户的分步指南中 ,建议您使用官方的FeedBurner FeedSmith插件将WordPress提要重定向到feedburner提要。 今天,我们的一位用户报告了一个错误,该错误通过重定向供稿,此插件劫持了您的标签供稿。 这意味着您的标签供稿也将指向您的主供稿燃烧器供稿。 虽然对于某些用户而言这可能不是问题,但对于其他WordPress用户而言,则可能是一个问题。

To fix this issue open the file FeedBurner_FeedSmith_Plugin.php, and find this line:

要解决此问题,请打开文件FeedBurner_FeedSmith_Plugin.php ,然后找到以下行:

if (is_feed() && $feed != 'comments-rss2' && !is_single() && $wp->query_vars['category_name'] == '' && ($withcomments != 1) && trim($feedburner_settings['feedburner_url']) != '') {

Replace it with this:

替换为:

if (is_feed() && $feed != 'comments-rss2' && !is_single() && $wp->query_vars['category_name'] == '' && $wp->query_vars['tag'] == '' && ($withcomments != 1) && trim($feedburner_settings['feedburner_url']) != '') {

Thanks to @dominik for reporting and providing a solution.

感谢@dominik报告并提供了解决方案

翻译自: https://www.wpbeginner.com/wp-tutorials/how-to-save-your-wordpress-tag-feeds-in-feedburner-feedsmith/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值