WP More Feeds

WP More Feeds

Generate RSS feeds for category and tag archive pages.

  • Frequently updated
    Very good! This plugin is actively maintained and the last update was released 6246 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.5.0 was released on 20 November 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

0

Active installs

10

Total Downloads

6K

Support Threads

0

Last updated

30 October 2008

Added

17 September 2008

Versions

100%
  • Version 0.17

Screenshots

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

About WP More Feeds

FAQ

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.

How to install WP More Feeds

  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)