该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP More Feeds

描述

Generate RSS feeds for category and tag archive pages.

ChangeLog

What is RSS?

Rss is becoming more and more popular, if you’re not familar with it, you may read this ariticle by Darren Rowse, who is a very successful blogger. RSS help Darren promote his site and keep his readers, actually I’m one of them:)

What WP More Feeds does?

WP More Feeds just simply generate more feed links for category page and tag page, you can call it Category Feed and Tag Feed. That will give the readers more choices.

How to find the feeds?

WordPress supports RSS feed, if you have a look at the source page of this page , you may find some code like this in the head:

<link rel="alternate" type="application/rss+xml" title="MashGet RSS Feed" href="http://feeds.feedburner.com/mashget/" />

That’s it, the RSS Feed, which is for the whole site. If you install WP More Feeds, you can get another feed on category or tag pages.

Actually, most browers will find this feed for you today, for Firefox, you’ll find a RSS icon on the right side of the address bar. See the ScreenShots

屏幕截图

  • The WP More Feeds Options
  • RSS Feed in Firefox
  • RSS Feed in IE
  • RSS Feed in Safari

安装

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin through Settings -> WP More Feeds(see the ScreenShots)

常见问题

How to add a rss feed link on my category or tag page?

You may edit your theme template archive.php, the code will be like this:

<?php if($morefeeds->currentRssInfo):?>
<span class='mflink'><a href="<?php echo $morefeeds->currentRssInfo['link'];?>" title="<?php echo $morefeeds->currentRssInfo['title'];?>">RSS</a></span>
    <?php endif; ?>

Ye, a little complicated, right? I’ll provide some simple way to do this in the next version.

评价

此插件暂无评价。

贡献者及开发者

「WP More Feeds」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WP More Feeds」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志