Title: WP More Feeds
Author: AndrewZhang
Published: <strong>17. Septembra 2008.</strong>
Last modified: 30. Oktobra 2008.

---

Pretražite dodatke

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

![](https://s.w.org/plugins/geopattern-icon/wp-more-feeds.svg)

# WP More Feeds

 Od [AndrewZhang](https://profiles.wordpress.org/andrewzhang/)

[Skini](https://downloads.wordpress.org/plugin/wp-more-feeds.0.17.zip)

 * [Detalji](https://bs.wordpress.org/plugins/wp-more-feeds/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/wp-more-feeds/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/wp-more-feeds/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/wp-more-feeds/#developers)

 [Podrška](https://wordpress.org/support/plugin/wp-more-feeds/)

## Opis

Generate RSS feeds for category and tag archive pages.

[ChangeLog](http://www.mashget.com/2008/09/15/wp-more-feeds-changelog/)

**What is RSS?**

Rss is becoming more and more popular, if you’re not familar with it, you may read
[this ariticle](http://www.problogger.net/what-is-rss/) 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](https://wordpress.org/extend/plugins/wp-more-feeds/screenshots/)

## Slike ekrana

[⌊The WP More Feeds Options⌉⌊The WP More Feeds Options⌉[

The WP More Feeds Options

[⌊RSS Feed in Firefox⌉⌊RSS Feed in Firefox⌉[

RSS Feed in Firefox

[⌊RSS Feed in IE⌉⌊RSS Feed in IE⌉[

RSS Feed in IE

[⌊RSS Feed in Safari⌉⌊RSS Feed in Safari⌉[

RSS Feed in Safari

## Instalacija

 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](https://wordpress.org/extend/plugins/wp-more-feeds/screenshots/))

## ČPP

  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.

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“WP More Feeds” is open source software. The following people have contributed to
this plugin.

Doprinositelji

 *   [ AndrewZhang ](https://profiles.wordpress.org/andrewzhang/)

[Prevedi “WP More Feeds” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/wp-more-feeds)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/wp-more-feeds/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/wp-more-feeds/)ili se pretplatite
na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/wp-more-feeds/) od [RSS](https://plugins.trac.wordpress.org/log/wp-more-feeds/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.17**
 *  Last updated **prije 18 godina**
 *  Active installations **10+**
 *  WordPress version ** 2.5 ili viša **
 *  Tested up to **2.6.3**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-more-feeds/)
 * Tags
 * [Atom](https://bs.wordpress.org/plugins/tags/atom/)[categories](https://bs.wordpress.org/plugins/tags/categories/)
   [feed](https://bs.wordpress.org/plugins/tags/feed/)[rss](https://bs.wordpress.org/plugins/tags/rss/)
   [tags](https://bs.wordpress.org/plugins/tags/tags/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/wp-more-feeds/advanced/)

## Ocjene

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-more-feeds/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-more-feeds/reviews/)

## Doprinositelji

 *   [ AndrewZhang ](https://profiles.wordpress.org/andrewzhang/)

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/wp-more-feeds/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](http://www.mashget.com)