How to display one random post with WP_Query Zac WordPress Tips January 31, 2013 <?php $args = array( 'posts_per_page' => 1, 'orderby' => 'random' ); $the_query = new WP_Query( $args ); ?> Share this:TwitterFacebookLike this:Like Loading... Related Published by Zac Educator View all posts by Zac Published January 31, 2013