Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Fetch Feeds in WordPress Using WP RSS Aggregator

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

All WordPress websites are capable of publishing RSS feeds. WordPress also has built-in support to fetch any RSS feed and display them on your site. You can simply go to Appearance » Widgets and drag the RSS widget to your sidebar, which will allow you to enter any feed URL and display it. But what if you wanted to do more with those feeds? Like creating an aggregation website in your industry or something like Alltop? In this article, we will show you how to fetch feeds in WordPress using WP RSS Aggregator.

First thing you need to do is install and activate the WP RSS Aggregator plugin. The basic plugin is available for free, but you will need to purchase add-ons to take full advantage of this powerful plugin. We will cover these add-ons here and you can decide which ones you need on your website.

After activating the plugin you will notice a new top level menu item in your WordPress admin sidebar, labeled RSS Agregator. To add a new feed, you need to go to RSS Aggregator » Add New.

Adding a new RSS Feed

Simply add a title for the feed, e.g. WPBeginner. After that enter the feed URL, e.g. https://www.wpbeginner.com/feed and a description of the feed (optional). Once you are done, click on the Publish feed button.

That’s all WP RSS Aggregator is now ready to fetch and display the feed you just added. Repeat the process if you want to add more RSS feeds.

To display the feeds on your site, simply add this shortcode in a WordPress post or page:

[wp-rss-aggregator]

You can also use this shortcode in a text widget on your sidebar. If the shortcode does not work in the widget, then you need to add this code in your theme’s functions.php file:

add_filter('widget_text', 'do_shortcode');

How to Display Post Thumbnails and Excerpts with Feeds

To display feed entries with post excerpts and thumbnails, you will need to install and activate the Excerpts & Thumbnails extension for WP RSS Aggregator. It is a paid add-on sold separately.

The add-on works out of the box, so the news feed you have setup earlier will now be able to display thumbnails and excerpts. However, you can configure the settings for thumbnails and excerpts from RSS Aggregator » Settings screen.

WP RSS Aggregator Settings

Import Feeds into Posts or Any Custom Post Type

You can also import feeds from your sources as posts or custom post types in your WordPress blog. To do that you will need to install and activate Feed to Post add-on. Upon activation, it will automatically disable Excerpts and Thumbnails add-on due to compatibility issue. Feed to Post add-on will automatically fetch excerpts/content and thumbnails from your feed sources.

To configure the add-on, you need to go to RSS Aggregator » Settings and click on Feed to Post tab. On this screen, you can choose how you would like to import feeds to your site. You can choose post type, post format, categories, and decide how to handle images and other media.

Importing feeds as posts using WP RSS Aggregator

Keyword Filtering Feed Sources

It is also possible to create a feed aggregator based on specific topics and keywords. You can configure WP RSS Aggregator to only fetch feed items that match certain keywords, phrases, or tags. To enable this feature, you will need to install and activate Keyword Filtering addon for WP RSS Aggregator. Upon installation simply go to plugin’s settings page and click on the Keyword Filtering tab. On this screen you can add keywords and tags to filter.

Filtering feed sources for specific keywords

RSS feeds are a powerful tool which can be used to curate and aggregate content for niche audiences and create community websites. We hope that you found this article helpful in adding external feeds to WordPress using WP RSS Aggregator.

If you liked this article, please consider following us on Twitter and subscribing to our YouTube Channel.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

9 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Miki says

    I am using this plugin for feeding my hungry site proforbes and searched for this plugin so that i can use it properly but this post is about older version. I hope Mr. Syed Balkhi and wpbeginner will update soon something on latest version.

  3. chris1776 says

    It would be nice if the Feed to Post didn’t disable the Excerpts functionality. E.g. you’d be able to import part of a post, then link back to the original. As it stands, that appears to be impossible. A little tweaking could do it, to allow Feed to Post to just create a post with an excerpt vs the entire post.

  4. Ridwan says

    I have installed wordpress multisite, and i want to display the latest post from subdirectories in the main site.

    Do you have any suggestion for this?

    Thanks,

  5. Kashif Khan says

    Very Helpful article!
    I am a regular reader of wpbeginner , I hope i shall learn all wp tips soon by wpbeginner.

  6. Jeff Cohan says

    Thanks for reminding me about this great plugin. I installed and tested it on one of my sites back in December of 2012, when I added a couple of feeds and created a page to display them.

    It’s worth mentioning that even with the FREE version of the plugin, one can set up an unlimited number of feeds and selectively display them by using the ‘source’ shortcode parameter.

    Info on the shortcode parameters is here:
    http://www.wprssaggregator.com/docs/shortcodes/

  7. Andy Otte says

    Great article. Does anyone know if these plug-ins allow you to enter a url from another website, and have it pull in an image and excerpt from the website linked to? Similar to the way it works on Facebook when you enter a url there?

    If these plugins don’t do this, does anyone know if there is a plugin that can accomplish this? Thank you!!

Leave a Reply to Jeff Cohan Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.