inpsyde / wp-multisite-feed
Create a separate feed for your whole multisite. This feed will have a custom url. You can limit the number of entries per blog and the maximum number of entries for the whole feed.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 7
Forks: 16
Open Issues: 1
Type:wordpress-plugin
Requires
- php: >=5.6
Requires (Dev)
- inpsyde/monkery-test-case: ^5.0
- phpunit/phpunit: ^5.7 || ^6.3
This package is auto-updated.
Last update: 2024-03-04 11:41:55 UTC
README
Consolidates all network feeds into one.
UNMAINTAINED
Note: This version of the plugin is not maintained anymore.
Description
Create a separate feed for your whole multisite. This feed will have a custom url. You can limit the number of entries per blog and the maximum number of entries for the whole feed.
Installation
Requirements
- PHP 5.6
- WordPress version 3.3 and later (tested with version 5.1)
Installation
- Upload the plugin directory to the
/wp-content/plugins/
directory or use the installer via backend of WordPress. Also it is possible to use as Must Use plugin. - Activate the plugin through the 'Plugins' menu in WordPress in the Network Admin
- Configure it in Settings > MultiSite Feed
Screenshots
Other Notes
Bugs, technical hints or contribute
Please give us feedback, contribute and file technical bugs on this GitHub Repo, use Issues.
Available Filter Hooks
rss_update_period
- Update period, global filter from WordPress Core; works on all RSS feedsrss_update_frequency
- Update frequency, global filter from WordPress Core; works on all RSS feedsinpsmf_feed_url
- Filter feed url, on default use the slug of plugin settingsinpsmf_feed_title
- Filter the feed titleinpsmf_feed_description
- Filter feed description
Available Action Hooks
rss2_ns
- Runs inside the root XML element in an RSS 2 feed (to add namespaces). It is an core hook, works on all feeds.rss2_head
- Runs just after the blog information has been printed in an RSS 2 feed, just before the first entry. It is an core hook, works on all feeds.rss2_item
- Runs just after the entry information has been printed (but before closing the item tag) for each blog entry in an RSS 2 feed. It is an core hook, works on all feeds.
Made by Inpsyde · We love WordPress
Take a look at our website if you like to get to know us.
Authors, Contributors
License
Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me.
Translations
The plugin comes with various translations, please refer to the WordPress Codex for more information about activating the translation.
Contact & Feedback
The plugin is designed and developed by the team of Inpsyde GmbH
Please let us know if you like the plugin or you hate it or whatever ... Please fork it, add an issue for ideas and bugs.