<?php
            $rastgele = get_posts('numberposts=10&orderby=rand');
            foreach( $rastgele as $post ) :
            ?>
            <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><br>
            <?php endforeach; ?>
Olurda lazım olur, sidebar.php 'de eklentisiz rastgele yazıları listelemek için kullanıyorum.