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:
- Download the plugin and unzip it.
- Put the ‘mixed-updates.php’ file into your wp-content/plugins/ directory.
- Go to the Plugins page in your WordPress Administration area and click ‘Activate’ next to Mixed Updates.
- Go to the Options > Mixed Updates and configure your options.
- 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).
- For a non widget sidebar use this function to display a list of results:
if (function_exists(‘mixed_updates’)) mixed_updates(); - 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:
BidragsytereOversett «Mixed Updates» til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
0.5
- First public version, based on What Others Are Saying