This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Inpsyde Multisite Feed

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.

Bugs, technical hints or contribute

Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues.

Crafted by Inpsyde · Engineering the web since 2006.

Take a look at our website if you like to get to know us.

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 feeds
  • rss_update_frequency – Update frequency, global filter from WordPress Core; works on all RSS feeds
  • inpsmf_feed_url – Filter feed url, on default use the slug of plugin settings
  • inpsmf_feed_title – Filter the feed title
  • inpsmf_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.

Licence

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.

Installation

Requirements

  • PHP 5.6 or higher
  • WordPress version 3.3 and later (see tested up to)

Installation

  1. Upload the plugin directory to the /wp-content/plugins/ directory or use the installer via backend of WordPress
  2. Activate the plugin through the ‘Plugins’ menu in WordPress in the Network Admin
  3. Configure it in Settings > MultiSite Feed

Reviews

መስከረም 16, 2022
This plugin doesn't seem to be maintained anymore. It's not even displayed on their plugins page.
መስከረም 3, 2016
Very useful, that's what I was looking for. Thank you!
Read all 3 reviews

Contributors & Developers

“Inpsyde Multisite Feed” is open source software. The following people have contributed to this plugin.

Contributors

“Inpsyde Multisite Feed” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Inpsyde Multisite Feed” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.2 (2022-08-19)

  • Add parameter to core hook, #28, Probs @cagdasdag

1.1.1 (2020-08-17)

  • Fix PHP notices

1.1.0 (2019-02-04)

  • Complete rewrite of entire codebase using PHP 5.6 features
  • Add option to use post excerpts in post content
  • Add composer.json
  • Add category tag in xml to add each site/blog title to each item
  • Improve escaping when rendering feeds
  • Update lastBuildDate when post in the network change.
  • Allow passing query parameters into feed urls.
  • Make query args filterable

1.0.3 (2015-04-14)

  • Add settings options to filter for authors
  • Remove fix value for filter ‘pre_option_rss_use_excerpt’ to set always full or excerpt
  • Code Maintenance

1.0.2 (02/01/2014)

  • Fix on DB select for old installations, before Multiiste (WPMU)
  • Add option for full feed

1.0.1 (06/20/2013)

  • Add more possibilities on Settings
  • Fix small major problems

1.0.0

  • Initial Release