https://github.com/stephenyeargin/wp-rss-merge
WordPress plugin for merging multiple RSS feeds into a single widget.
https://github.com/stephenyeargin/wp-rss-merge
merge php rss wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
WordPress plugin for merging multiple RSS feeds into a single widget.
- Host: GitHub
- URL: https://github.com/stephenyeargin/wp-rss-merge
- Owner: stephenyeargin
- License: mit
- Created: 2011-08-20T02:48:10.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T03:07:29.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T21:46:39.310Z (over 1 year ago)
- Topics: merge, php, rss, wordpress, wordpress-plugin
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
--------
* Ask a question by filing a support ticket on Github (https://github.com/stephenyeargin/wp-rss-merge/issues)
* Consult the WordPress Codex for specific help with dynamic sidbears
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