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.

Recent Posts Multi-sitewide

Description

This plugin allows you to display the latest posts of all blogs on your main wpmu site.

Normal Usage

Insert “[recent_mu_posts howmany=10]” into the content of a page, where “howmany=10” is how many posts you would like to display.

Optional usage

You can optionally use this in your theme by adding the code below into your theme file, this is not recomended due to the fact that if you change your theme it will not work in your new theme.

<?php do_shortcode('[recent_mu_posts howmany=10]'); ?>Plugin initially produced on behalf of [Sound Source Music](http://www.ssminstruments.com).

Is this plugin lacking a feature you want? I’m happy to accept offers of feature sponsorship: contact me and we can discuss your ideas.

Any issues: contact me.

Thank you to Chase Crawford for the query to get the info, it came from Snipplr

Installation

The plugin is simple to install:

  1. Download recent_mu_posts.zip
  2. Unzip
  3. Upload recent_mu_posts directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Give yourself a pat on the back

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Recent Posts Multi-sitewide” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

v0.10b 2012/09/13

  • Updated readme.txt.

v0.10 2012/09/?

  • Plugin first sees the light of day.