Aşağıdaki örnek kod 2 id numaralı kategoriden 5 adet yazıyı rastgele olarak çekecektir.
$query = new WP_Query( array( 'cat' => '2','posts_per_page' => '5','orderby' => 'rand' ) );
https://developer.wordpress.org/reference/classes/wp_query/
Konu: Wordpress Konu Listeleme
$query = new WP_Query( array( 'cat' => '2','posts_per_page' => '5','orderby' => 'rand' ) );