$sticky, // Treat them as sticky posts 'ignore_sticky_posts' => 1, // Order by ID 'orderby' => ID, // Get only the most recent 'posts_per_page' => 1 )); while ($most_recent_sticky_post->have_posts()) : $most_recent_sticky_post->the_post(); ?>