BLACK FRIDAY
Save 59% on PageForge Annual $191/year $485/year
Claim 59% Off →
FeedWordPress icon
Maintained Tested up to 7.0.6 #1 in aggregation

FeedWordPress

FeedWordPress syndicates content from feeds you choose into your WordPress weblog.

Active installs9K+5K+ tier
Downloads · 30d1.2K▼ -3.6% vs prev. 30d
Rating4.2/561 reviews
Health score59/100Fair
All-time downloads1.3MSince Nov 2007
Support resolved0 / 10% in last 2 months
RequiresWP 4.5PHP any
Downloads · 7d282▼ -15.8% week over week
Our verdict

Use with caution

FeedWordPress works, but test it on a staging site before relying on it in 2026. It runs on 9K+ sites, is rated 4.2/5 and was last updated 4 months ago, and scores 59/100 on our health check.

How does it stack up?

Side-by-side on installs, updates, ratings & support

Daily downloads

214364Jun 29Aug 12Sep 26
Yesterday27
Daily average (1y)60
Peak day1,929May 18, 2026
Last 12 months21.7K

Download spikes usually follow a new release — each site that auto-updates counts as a download.

Rankings

Where FeedWordPress stands today

WordPress.org search rankings

Live position in the plugin search, top 100
KeywordPositionCompeting pluginsCategory
aggregation #3 209 Best aggregation plugins →
Atom #8 250 Best Atom plugins →
feed #79 4,423 Best feed plugins →
rss #59 1,718 Best rss plugins →
syndication #5 110 Best syndication plugins →

Version adoption

Share of active sites per release.

  • 2026.051736.4%
  • 2022.022211.0%
  • 2025.12119.7%
  • 2024.11196.8%
  • 2020.01186.7%
  • 2017.10206.5%
  • Other22.9%

Rating breakdown

★★★★★★★★★★ 4.2 from 61 reviews

  • 5★67.2%
  • 4★13.1%
  • 3★3.3%
  • 2★4.9%
  • 1★11.5%

About FeedWordPress

From the official readme · v2026.0517

Description

FeedWordPress is an Atom/RSS aggregator for WordPress. It syndicates content from feeds that you choose into your WordPress weblog, and then the content it syndicates appears as a series of special posts in your WordPress posts database. If you syndicate several feeds then you can use WordPress’s posts database and templating engine as the back-end of an aggregation (“planet”) website. It was developed, originally, as a utility/hobby project, because I needed a more flexible replacement for Planet for aggregator sites that I administered.

FeedWordPress is designed with flexibility, ease of use, and ease of configuration in mind. You’ll need a working installation of WordPress (version 4.5 or later), and it helps to have SFTP or FTP access to your web host. The ability to create cron jobs on your web host is helpful but not required.

Using and Customizing FeedWordPress

FeedWordPress has many options which can be accessed through the WordPress Dashboard, and a lot of functionality accessible programmatically through WordPress templates or plugins. For further documentation of the ins and outs, see the documentation at the FeedWordPress project homepage.

License

The FeedWordPress plugin is copyright © 2005-2021 by Charles Johnson. It uses code derived or translated from:

according to the terms of the GNU General Public License.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Installation

To use FeedWordPress, you will need:

  • an installed and configured copy of WordPress (version 4.5 or later).

  • the ability to install new plugins on your site using either WordPress’s Plugins Repository, SFTP, FTP or shell access to your web host

New Installations

  1. Download the FeedWordPress installation package and extract the files on your computer.

  2. Create a new directory named feedwordpress in the wp-content/plugins directory of your WordPress installation. Use an FTP or SFTP client to upload the contents of your FeedWordPress archive to the new directory that you just created on your web host.

  3. Log in to the WordPress Dashboard and activate the FeedWordPress plugin.

  4. Once the plugin is activated, a new Syndication section should appear in your WordPress admin menu. Click here to add new syndicated feeds, set up configuration options, and determine how FeedWordPress will check for updates. For help, see the FeedWordPress Quick Start page.

Upgrades

To upgrade an existing installation of FeedWordPress to the most recent release:

  1. Download the FeedWordPress installation package and extract the files on your computer.

  2. Upload the new PHP files to wp-content/plugins/feedwordpress, overwriting any existing FeedWordPress files that are there.

  3. Log in to your WordPress administrative interface immediately in order to see whether there are any further tasks that you need to perform to complete the upgrade.

  4. Enjoy your newer and hotter installation of FeedWordPress!

Changelog

2026.0517

  • BUG FIX FOR Custom Post Settings AFTER WordPress/FeedWordPress UPGRADE: If you used “Custom Post Settings” fields in Syndication > Posts to set custom post fields on syndicated articles (either static text or dynamic values using the XPath-like syntax), these may have stopped creating custom settings fields as expected after upgrading FeedWordPress or after upgrading WordPress to the most recent version. This is due to a regression introduced by the SimplePie version compatibility fix in 2025.1209. That has been fixed thanks to a patch submitted by @fl0om on Github; if you noticed that posts were being syndicated but syndicated posts were not assigned, then the custom post setting fields that you expected, upgrading to this point release should hopefully resolve that issue for you.

2025.1209

  • COMPATIBILITY FIXES FOR WORDPRESS 6.9 (Fixes “PHP Fatal error: Cannot make static method SimplePie\Parser::declare_html_entities() non static in class FeedWordPie_Parser” error, “PHP Fatal error: Uncaught TypeError: Return value of SimplePie\File::get_headers() must be of the type array, null returned” error, or “PHP Fatal error: Uncaught TypeError: Argument 1 passed to SimplePie\File::SimplePie\{closure}() must be of the type string, array given” error after WordPress 6.9 upgrade): This version includes fixes to critical compatibility issues with WordPress 6.9 and WP 6.9’s upgrade to SimplePie 1.9.0+. If you recently upgraded to WordPress 6.9 and noticed problems with updating or accessing your site, or messages about a “Critical issue” or fatal PHP errors in the interface or your error logs then a quick upgrade to this point release should hopefully resolve that issue for you.

2024.1119

  • COMPATIBILITY FIX FOR WORDPRESS 6.7 (Fixes “Uncaught TypeError: Argument 1 passed to SimplePie\Cache\BaseDataCache::__construct() must implement interface SimplePie\Cache\Base” error after WordPress 6.7 upgrade): This version includes a fix to a critical compatibility issue with SimplePie 1.8.0+’s new requirements for namespaced classes and interfaces. (Updating to WordPress 6.7 also means that you get an update to a more recent version of SimplePie included with the platform; unfortunately, the new version of SimplePie introduces code changes which are no doubt a good idea in the long run, but which broke backward compatibility with the technique that FeedWordPress uses to extend SimplePie classes.) If you recently upgraded to WordPress 6.7 and noticed that FeedWordPress suddenly stopped updating, or that you started seeing messages about a “Critical issue” or fatal PHP errors in the interface or your error logs — especially when attempting to check feeds for updates within the FeedWordPress admin interface — then a quick upgrade to this point release should hopefully resolve that issue for you.

2024.0511

  • COMPATIBILITY FIX FOR “Uncaught TypeError: in_array()” ERROR: This version includes a fix to a fatal error that some users encountered with some versions of PHP 8. If after upgrading to a recent version of FeedWordPress, you encountered a message about a “critical error” or error messages indicating something like “Uncaught TypeError: in_array() Argument #2”, then a couple of code changes in this version should hopefully resolve that error for you.

2024.0428

  • IMPORTANT SECURITY FIX: This version includes an important fix for a security vulnerability reported to me through Wordfence and WordPress support channels.

    Vulnerability CVE-2024-0839 allowed for an insecure Direct Object Reference which could allow contents of Private, Pending, or otherwise non-Published post objects to be accessed by an attacker possessing or generating the internal guid URI of the post object. This vulnerability has been eliminated in the current version; to protect your site’s security PLEASE BE SURE TO UPGRADE AS SOON AS POSSIBLE to version 2024.0428 or later, via the WordPress Plugin Repository or via Github.

  • ADDITIONAL COMPATIBILITY FIXES AND CODE CLEANUP: This version includes numerous fixes to improve compatibility fixes for ongoing new releases of PHP, and does some additional code clean-up to remove some obsolete methods of generating output, and to do a better job of sanitizing input and escaping output in the FeedWordPress administrative dashboard. It features numerous fixes and improvements contributed by user @GwynethLlewelyn and several new hooks allowing for translation of interface elements.

2022.0222

  • ADDITIONAL CODE CLEANUP: This version does some additional code clean-up to remove some obsolete methods of generating output, and to do a better job of sanitizing input and escaping output in the FeedWordPress administrative dashboard.

Full changelog on WordPress.org →

For developers

Is this your plugin? Show off the numbers.

Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.

Active installs badge Rating badge Health score badge

Best FeedWordPress alternatives

All aggregation plugins →
Alternatives
Rank Plugin Active installs Rating Updated Health
2 FeedWordPress Advanced Filters FeedWordPress Advanced Filters Author: Bas Schuiling by Bas Schuiling 200+ ★★★★★★★★★★ 2.5 (8) 12 years ago 28
3 PressForward PressForward PressForward provides an integrated workflow for curating content aggregated from the web. by PressForward 100+ ★★★★★★★★★★ 4.6 (11) 6 days ago 78
4 Simple RSS Aggregator Simple RSS Aggregator Imports and aggregates RSS Feeds using each user as feed provider. by Arthur Ronconi 10+ ★★★★★★★★★★ 1 (2) 10 years ago 18
5 News Aggregator News Aggregator Simple news aggregation feeds for your website. Choose a topic and easily display real-time… by Twice Two Media 10+ ★★★★★★★★★★ No reviews 3 years ago 23
6 TwitterPad TwitterPad TwitterPad allows twitter users to automatically collect tweets using custom search strings… by mhawksey 10+ ★★★★★★★★★★ No reviews 17 years ago 23
7 BuddyPress Group Twitter BuddyPress Group Twitter Attach Twitter accounts to a BuddyPress group then aggregate and track tweets within that… by Andy Peatling 10+ ★★★★★★★★★★ No reviews 17 years ago 31
8 YD BuddyPress Feed Syndication YD BuddyPress Feed Syndication Syndicate RSS feeds into your user or group Activity stream by Yann at WP&Co 10+ ★★★★★★★★★★ 1 (1) 15 years ago 18
9 WhisperFollow WhisperFollow Use your wordpress blog to aggregate and reblog all friends and sites from across the web. by acegiak 10+ ★★★★★★★★★★ No reviews 13 years ago 23
10 RediSearch RediSearch Flexible search engine for WordPress with very high performance. by foadyousefi 10+ ★★★★★★★★★★ 5 (3) 5 years ago 30
11 EverPress EverPress EverPress allows Evernote users to automatic post their shared notebooks to WordPress. by mhawksey 10+ ★★★★★★★★★★ No reviews 15 years ago 23

FAQ

FeedWordPress: quick answers

Straight answers, pulled from live WordPress.org data.

Live data from WordPress.org · checked Sep 27, 2026

Is FeedWordPress free?

Yes. FeedWordPress is free to download and use from the official WordPress.org plugin directory.

Is FeedWordPress safe to use in 2026?

FeedWordPress works, but test it on a staging site before relying on it in 2026. It runs on 9K+ sites, is rated 4.2/5 and was last updated 4 months ago, and scores 59/100 on our health check.

How many websites use FeedWordPress?

FeedWordPress is active on 9K+ WordPress websites and has been downloaded 1,332,672 times since it launched in November 2007. It was downloaded 1,204 times in the last 30 days.

Does FeedWordPress work with WordPress 7.1?

FeedWordPress is officially tested up to WordPress 7.0.6, while the latest release is 7.1.2. It may still work, but try it on a staging site first.

When was FeedWordPress last updated?

The latest version, 2026.0517, was released on May 18, 2026 (4 months ago).

Who makes FeedWordPress?

FeedWordPress is developed and maintained by C. Johnson.

What are the best alternatives to FeedWordPress?

The most popular alternatives to FeedWordPress are FeedWordPress Advanced Filt… (200+ installs), PressForward (100+ installs) and Simple RSS Aggregator (10+ installs).

Powered by PageForge

Want thousands of pages that rank like these? Build them in an afternoon.

This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.

  • CSV, Google Sheets & API data sources
  • AI content, schema & internal links per page
  • Works with Elementor, Gutenberg, Yoast & Rank Math
  • Free on WordPress.org — no credit card
Sarah is here to help!
Hi there! 👋 Need help finding what you're looking for?
Sarah
Sarah
Online & Ready to Help
Hi there! 👋 Need help finding what you're looking for?

We'll use this to continue our conversation

Just now ✓ Verified

Join 500+ SEO Pros Scaling Their Strategy

Get exclusive programmatic SEO tactics, AI content workflows, and the latest PageForge updates delivered straight to your inbox. Stay ahead of the algorithm.

We care about your data in our privacy policy.