aşağıdaki kodu kullanırsanız sorun çözülür

$i = 1;
foreach($yazilar as $yazi){
if($i % 2 == 0){

#kod

}else{

#kod

}
$i++;
}