anasayfadaki query'nizden post_not_in ile göstermek istemediğiniz postları exclude edebilirsiniz.
buraya göz atın -> https://developer.wordpress.org/refe...age-parameters

$query= newWP_Query( array( 'post_type'=> 'post', 'post__not_in'=> array( 2, 5, 12, 14, 20 ) ) );