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.

Mixed Updates

Description

This plugin allows you to display the most recent posts from your favourite blogs somewhere on your site.

It utilises the RSS link field from the blogroll for each of your links. If the RSS link exists it attempts to get the last posts from it.

It then displays the most recent X number of posts depending on your settings, ordered by date. This means that some blogs will contribute many more items to the list than others, simply because they post more frequently.

Support

Support is provided at http://www.complexli.com/contact/

Installation

Installation Instructions:

  1. Download the plugin and unzip it.
  2. Put the ‘mixed-updates.php’ file into your wp-content/plugins/ directory.
  3. Go to the Plugins page in your WordPress Administration area and click ‘Activate’ next to Mixed Updates.
  4. Go to the Options > Mixed Updates and configure your options.
  5. Go to Manage – Links and either add RSS feed links to your existing links or add new links with their RSS feed (the RSS feed link goes into the Advanced section on the Manage – Links page).
  6. For a non widget sidebar use this function to display a list of results:
    if (function_exists(‘mixed_updates’)) mixed_updates();
  7. For widget sidebars just go to your Widgets page in your admin and add the widget.

FAQ

None so far.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Mixed Updates” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Mixed Updates” into your language.

Interested in development?

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

Changelog

0.5

  • First public version, based on What Others Are Saying