sidebar için random posts:

Alıntı
<ul><li><h2>A random selection of my writing</h2>
<ul>
<?php
$rand_posts = get_posts('numberposts=5&orderby=rand');
foreach( $rand_posts as $post ) :
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
</li></ul>
yazı altında: http://bavotasan.com/tutorials/displ...-in-wordpress/

anasayfa veya kategorilerde: http://www.astro-geek.com/2009/01/wo...hout-a-plugin/