<?php $posts = get_posts('numberposts=10&order=desc&orderby=rand'); ?>
<ul>
<?php foreach($posts as $post): ?>
<li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?></a></li>
<?php endforeach; ?>
<ul>
<?php foreach($posts as $post): ?>
<li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?></a></li>
<?php endforeach; ?>
orderby=rand
日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)