Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

Mixed Updates

Beskrivelse

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/

Installasjon

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.

Ofte stilte spørsmål

None so far.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«Mixed Updates» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere

Endringslogg

0.5

  • First public version, based on What Others Are Saying