Kimlik doğrulama veya yönetimden onay bekliyor.
$i = 0;
if (have_posts () ) : while ( have_posts () ) : the_post (); $i++;
if ($i=== "1") {
echo '<div class="ikili">';
the_title();
} else {
echo '<div class="dortlu">';
the_title();
}
endwhile; endif;
Telefonla yazdım. Hata olabilir. Ama mantık budur.
Kolay gelsin..