<?php
$args = array(
'posts_per_page' => 1,
'orderby' => 'random'
);
$the_query = new WP_Query( $args );
?>
<?php
$args = array(
'posts_per_page' => 1,
'orderby' => 'random'
);
$the_query = new WP_Query( $args );
?>