WP Manifestindependent plugin directory
manifest / unclassified / wp-rss-merge

RSS Merge

WordPress plugin for merging multiple RSS feeds into a single widget.

by Stephen Yeargin · github.com/stephenyeargin/wp-rss-merge · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/stephenyeargin/wp-rss-merge/archive/refs/heads/main.zip

WordPress RSS Merge Plugin

This plugin allows you to have a sidebar widget that pulls from multiple RSS feeds to create a bulleted list of links. It is ideal for cases where you want to aggregate blog posts or other content from several sources. It uses the WordPress widget framework, so your theme will need to support dynamic sidebars (the WordPress construct for widgets) in order to display the content.

Installation:

  1. Copy the wp-rss-merge folder to your wp-content/plugins/ directory, so that your final path looks like wp-content/plugins/wp-rss-merge/
  2. Activate the plugin from the 'Plugins' menu.
  3. Drag the Multi-Feed Widget to a position in your defined sidebars (again, your theme must support dynamic sidebars)
  4. Configure the feeds and title for your widget
  5. Style the widget as you so desire

Support:

Contributing:

  • This plugin is really simple in what it does, so keep that in mind
  • Fork and submit a pull request if you have a bug fix or a new piece of functionality to add