Pulls thumbnails from up to two different feeds and displays them along with the title of the post. Both are linked to the original post.
, and
respectively). * If there is more than one thumbnail associated with a post, it will pull only the first one. * Degrades gracefully. If there are no thumbnails for a particluar feed or post, only the post title is included with a link to the post.Title
Pretty obvious, I think. If you put a title in here, then that shows up, otherwise it doesn’t. Feed 1 & Feed 2
The urls, including http://, but not including feed:, of the feeds you want to use. The plugin uses SimplePie, so if you don’t know the exact url, SimplePie might be able to locate it.
Both feeds will be merged together and appear in the same list. Max number of posts per feed (Default: 2)
If you have two feeds, then each feed will only be allowed to show x number of posts. Total number of posts
This is the total number of combined posts that will be shown. Before Feed, After Feed
The HTML you would like to have appear before the list begins. Defaults to
respectively. Before Item, After Item
Same as above, except this appears before each post. Defaults to
Here’s some example code using the default before and after values:
<ul>
<li>
<a href="http://link-to-blog-one">Blog One Name:</a><coded_br /><a href="http://permalink-to-post">Post Title<coded_br />
<img src="http://link-to-thumb.jpg" /></a>
</li>
<li>
<a href="http://link-to-blog-two">Blog Two Name:</a><coded_br /><a href="http://permalink-to-post">Post Title<coded_br />
<img src="http://link-to-thumb.jpg" /></a>
</li>
...
</ul>
Requires: 2.7.1 or higher
Compatible up to: 2.7.1
Last Updated: 2009-4-15
Downloads: 3,315
Got something to say? Need help?