ben bunu random yapmak ıstıyorum ilk betiğe
$args = array( 'orderby' => 'rand' );
$rand_posts = get_posts( $args );
foreach( $rand_posts as $post ) ;
if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
eklersempostlar ıkı uctane aynı cıkıyor. duplicate oluyor yani. $post->ID == $do_not_duplicate tanımlaması saçmalıyor.