views:

40

answers:

3

I'd like to display 10 recent posts (probably from the current month or year) from the "featured" category in random order, i.e, rotate posts on each refresh/pageload.

I'd like to show small thumbnails (the same image(s) used in the posts just resized to fit) on left, and excerpt on right. So the formatting would look like:

[#1 Post Title]
[80x80 thumbnail] [excerpt, limit to x chars]

[#2 Post Title]
[80x80 thumbnail] [excerpt, limit to x chars]

[#3 Post Title]
[80x80 thumbnail] [excerpt, limit to x chars]

... upto 10 posts

Many thanks

A: 

Many plugins do random WordPress › WordPress Plugins >> Search "Random Posts". If they don't also do thumbnails, shouldn't be to hard to add a custom field to the query for the thumbnail.

songdogtech
Can you please explain how'd I show the thumbnail? Thanks!
Nimbuz
A: 

Just what I wanted: http://wordpress.org/extend/plugins/thumbnail-for-excerpts/

Nimbuz