You would need to edit index.php located in your Wordpress theme folder. This should work: <?php $featured = new WP_Query("orderby=rand"); ?> <?php if ($featured->have_posts()) : ?> <?php while ($featured->have_posts()) : $featured->the_post(); ?> PHP: If you need additional help on this let me know.