B
Size: a a a
B
SO
AZ
ВБ
$i = 0;
while ( $custom_posts_quary->have_posts() ) :
$custom_posts_quary->the_post();
$i++;
if ( $i % 2 == 0 ) echo ' custom-class';
endwhile;
ВБ
SO
SO
SO
ВБ
ВБ
ВБ
SO
ВБ