Combine Multiple RSS Feeds on One WordPress Page

A single RSS feed in a sidebar widget is fine. The genuinely useful trick is pulling several feeds onto one page: a niche news wall that updates itself, a digest of the best sources in your industry, a monitoring page for competitor blogs. That is what this guide builds. The tool for the job is

  • 5 mins read
  • 25 Views
Combine Multiple RSS Feeds on One WordPress Page

A single RSS widget is useful, but the real power comes from combining several feeds into one page: a self-updating niche news wall, a curated digest of top sources, or a single monitoring page for competitors and changelogs. This guide shows how to do that in WordPress using the free Feedzy RSS Feeds plugin — no coding or paid upgrades required for basic feed aggregation.

Quick overview

1) Install the free Feedzy RSS Feeds plugin. 2) Gather the feed URLs you want (or save them as a reusable Feed Group). 3) Add the Feedzy block to a page (or use the shortcode), paste comma-separated URLs, and load the feed. 4) Tweak item count, summaries, meta, and thumbnails until it reads well.

Note: this tutorial covers displaying feeds on a page (headlines link to the original source). If you want to import items as WordPress posts (autoblogging), that’s a different workflow — look for “RSS to post” solutions.

Why combine multiple feeds?

  • Create a niche news wall: combine the key sites that cover your topic and get a constantly updated page without writing.
  • Curated reader digest: present the best reads from sources you trust.
  • Monitoring page: keep an eye on competitor blogs, product updates, or support forums in one place.
  • Listings and feeds: job postings, podcast episodes, events, or deals published as RSS can become sections of your site.

The example used in the original guide combined several NBA feeds; swap in sources relevant to your site and follow the same steps.

Why Feedzy?

Feedzy (RSS Aggregator by Feedzy) is a popular plugin with a free tier that already supports combining multiple feed URLs in one block or shortcode. The core feature you need — passing several comma-separated feeds into a single display — is available without paying. If you want to compare other options, look at roundups of WordPress RSS feed plugins, but for most use cases the free Feedzy features are sufficient.

Step 1 — Install the plugin

Go to Plugins > Add New, search for “Feedzy” and install and activate RSS Aggregator by Feedzy. After activation a Feedzy menu appears in your dashboard.

Step 2 — Gather feed URLs or create a Feed Group

Two ways to combine feeds:

  • Option A: Paste URLs inline. The Feedzy block and shortcode accept multiple feed URLs separated by commas — fast and ideal for a single page.
  • Option B: Create a Feed Group. In Feedzy > Feed Groups > Add Group, give the group a name and paste comma-separated URLs into Group Feeds. Use the Validate & Remove Invalid Feeds button to catch dead or malformed feeds before they reach your page.

Feed Groups are handy once you have three or more sources because you can reuse and edit the group in one place. Always validate your group to avoid surprises.

Step 3 — Add feeds to a page (block or shortcode)

Open the page where you want the news wall and insert the Feedzy RSS Feeds block. In the Feed Source field, paste comma-separated feed URLs or pick a Feed Group from the dropdown, then click Load Feed to preview items in the editor.

If you prefer the Classic Editor, a widget, or a page builder, use the shortcode. Example (inline):

[feedzy-rss feeds="https://example.com/feed/, https://example.org/feed/" max="9" summary="yes" summarylength="120" thumb="yes" meta="author, date" refresh="12_hours"]

You can use raw URLs or a Feed Group slug in the feeds parameter to keep long lists out of page content.

Step 4 — Control what visitors see

Once items load, use the block settings to shape the page. Key free controls:

  • Item count: 6–12 items is a good digest size; more becomes a firehose.
  • Titles and summaries: trim long headlines and show a short excerpt so visitors can scan quickly.
  • Meta: toggle author, date, and source. Showing the original source is helpful and transparent for aggregated content.
  • Thumbnails: pull the featured image from each item or turn images off for a cleaner list.
  • Refresh interval: controls how often Feedzy re-fetches sources. Longer intervals reduce server load; shorter intervals surface new items faster.

These simple toggles can produce very different layouts from the same feeds. Deeper layout and style controls are in Pro, but the free options are enough to make a feed wall match most themes.

Free vs Pro — what you get

Free covers displaying content from unlimited sources (block, shortcode, widget), combining multiple feeds, basic item and meta controls, thumbnails, caching options, and one feed-to-post import project if you later want to try autoblogging.

Pro adds things like unlimited import projects, filtering and full-text import, fallback images, custom cron schedules, advanced layout controls, and integrations such as AI rewriting (via your own OpenAI key on higher tiers). Pricing and promo tiers vary; for pure aggregated display you’ll likely be fine with the free tier.

Common gotchas and how to avoid them

  • Some feeds misbehave when mashed. Validate groups and test each URL individually if a combination won’t render.
  • Feeds interleave. Combined streams are date-ordered across sources. If you need per-source columns, use one block per feed instead of one combined block.
  • New items aren’t instant. Feedzy caches sources; set a shorter refresh interval for time-sensitive pages if needed.
  • Copyright and content length. Display headlines and short excerpts with links back to the original source — republishing full articles can raise legal and SEO issues and belongs to the feed-to-post workflow.
  • Feeds change or die. Re-validate Feed Groups periodically to remove broken sources.

Bottom line

Displaying multiple RSS feeds on one WordPress page is four simple steps: install Feedzy, gather your URLs (or create a Feed Group), add them to a block or shortcode, and tune the display. Setup takes minutes and the page keeps itself current. The ongoing task is editorial: choosing sources your audience will want to read.

What would you put on your news wall? Share your favorite feeds or the use case you’re building.