Shortcode to show thumbnail and link for 3 random posts
Starting from WordPress version 4.5, you can use RAND(seed) with the orderby parameter. However, when the value is simply RAND (i.e. the uppercase of rand), WP_Query ignores it and defaults to the default sorting (which is by the post date). I’ve confirmed that by inspecting the $query->request: With ‘orderby’ => ‘RAND’, the ORDER BY clause … Read more