15, 'orderby' => 'post_date', 'order' => 'DESC', 'post_status' => 'publish', 'post_type' => 'deal' ); $recent_deals = wp_get_recent_posts( $rdargs ); shuffle($recent_deals); foreach( $recent_deals as $rdeals ){ echo ''.$rdeals["post_title"].''; break; } ?>