Extra Feed Links
Adds extra feed auto-discovery links to various page types (categories, tags, search results etc.)
Maintenance 20/1005603d since update
Active installs
10
Downloads
8,471
Reviews
0
Age
17.6y
Tagscommentsfeedrssarchiveaton
Plugin info
Total downloads: 8,471
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 8/29/2010 (5603 days ago)
Added to WordPress: 5/30/2008 (17 years old)
Minimum WordPress version: 2.5
Tested up to WordPress version: 2.8
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5603 days ago
20/100
Is Extra Feed Links abandoned?
Possibly abandoned (last update 5603 days ago).
Compatibility
Requires WordPress: 2.5
Tested up to: 2.8
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
This plugin adds feed auto-discovery links to any page type:
- Category page
- Tag page
- Search page
- Author page
- Comments feed for single articles and pages
It also has a template tag that you can use in your theme.
Links: Plugin News | Author’s Site
Installation
- Unzip the archive and put the folder into your plugins folder (/wp-content/plugins/).
- Activate the plugin from the Plugins admin menu.
- Customize the links in the settings page.
Usage
You can use extra_feed_link() inside your theme to display a link to the feed corresponding to the type of page:
<?php extra_feed_link(); ?>(creates a link with the default text)<?php extra_feed_link('Link Text'); ?>(creates a link with the text you choose)<?php extra_feed_link('http://url/of/image'); ?>(creates an image tag linked to the feed URL)<?php extra_feed_link('raw'); ?>(just displays the feed URL)
Frequently Asked Questions
“Parse error: syntax error, unexpected T_CLASS…” Help!
Make sure your new host is running PHP 5. Add this line to wp-config.php:
var_dump(PHP_VERSION);
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
1.1.5
- WP 2.8 compatibility
1.1.1
- italian translation
1.1
- more flexible link text format
- more info
1.0
- added options page
0.6
- extra_feed_link() template tag
0.5
- initial release