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.

WDS Multisite Aggregate

Description

Creates a new site where all the most recent posts/pages/etc on a WordPress network may be collected (much like http://wordpress.com/tags/).

For performance reasons the number of posts is limited to a user configurable amount, and the blog itself can be made indexable by search engines or not.

Based on and forked from WordPress MU Sitewide Tags Pages plugin by Donncha O Caoimh.

WPCLI is supported:
wp multisite_aggregate –help.

Pluginize was launched in 2016 by WebDevStudios to promote, support, and house all of their WordPress products. Pluginize is not only creating new products for WordPress all the time, but also provides ongoing support and development for WordPress community favorites like CPTUI, CMB2, and more.

Install

  1. Install in your plugins directory in the usual way and network activate the plugin. There is no need to put it in mu-plugins.
  2. Login as a site administrator and go to Super Admin->Sitewide Tags.
    1. Aggregate site defaults to “Network Posts” but can be anything. This is the blog where your sitewide posts will live. It will be created if it doesn’t exist.
    2. Check “Post to main blog” to use your main blog as the aggregate blog.
    3. “Max posts” defaults to 5000. Older posts will be deleted if this threshold is broken.
    4. Check “Include Pages” to include both posts and pages, handy for making a sitewide search.
    5. “Privacy” defaults to public, pages can be indexed by search engines.
    6. When “Privacy” is not public, check “Non-Public Blogs” to include blogs not indexed by search engines.
    7. Add “Post Meta” custom fields to be copied with posts/pages.
    8. “Populate Posts” allows you to fill in posts from an existing blog.

Reviews

Séptembor 26, 2017
Incredible plug-in! It does so much. A very cool feature(s) for MultiSite installs. My MS installs are all my own stuff, it's great to bring content together in a stable environment without messy shortcodes and hacky stuff. Thanks for your hard work to create and maintain a fantastic, free, plug-in.
Read all 2 reviews

Contributors & Developers

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

Contributors

Changelog

1.0.2

  • Fix meta not being properly copied to aggregate post.
  • Fix the setting for post-meta keys. (It wasn’t displaying the saved value)

1.0.1

  • Update for xss vulnerability, https://make.wordpress.org/plugins/2015/04/20/fixing-add_query_arg-and-remove_query_arg-usage

1.0.0

  • Forked from ‘MU Sitewide Tags’ and rewritten with OOP principles, WordPress coding standards, and extensibility in mind.

0.4.2

  • duplicate category fix
  • page permalink fix
  • thumbnail size filter

0.4.1.1

  • Run populate feature in source blog context.
  • Added resource warning for populate feature.
  • Fixed PHP warnings.
  • Only insert categories for published posts.

0.4.1

  • Move SWT admin to its own screen.
  • Added thumbnail support.
  • Added custom taxonomy (including post formats) support.
  • Update admin screens for WordPress 3.1.

0.4.0.1

  • Bug fix – only push published content to the tags blog

0.4

  • Added option to include pages in tags blog.
  • Added option to include non search engine indexed blogs if tags blog not indexed.
  • Added option for post meta to be copied with post.