• 15-05-2018, 17:04:49
    #1
    merhabalar index'te postları bu şekil de kategori kategori ayırarak yapmak istiyorum yardımcı olabilecek varmı?
  • 15-05-2018, 17:30:41
    #2
    Merhaba altta örnek verdim kendine göre sayıyı çoğaltabilirsin.

                                  <?php if (have_posts()) : ?>
                                      <?php $count = 0; ?>
                                      <?php $sorgu = new WP_Query("cat=1&showposts=5"); while($sorgu->have_posts()) : $sorgu->the_post();?>
                                        <?php $count++; ?>
    
                                        <?php if ($count == 1) : ?>
    
                                                //Kodlar Buraya
                                           
                                       <?php elseif ($count == 2) : ?>
    
                                              //Kodlar buraya
    
                                        <?php elseif ($count == 3) : ?>
    
                                              //Kodlar buraya...
    
                                       <?php endif; ?>
            <?php endwhile; ?>
            <?php endif; ?>
  • 15-05-2018, 17:31:29
    #3
    Misafir adlı üyeden alıntı: mesajı görüntüle
    Merhaba altta örnek verdim kendine göre sayıyı çoğaltabilirsin.

                                  <?php if (have_posts()) : ?>
                                      <?php $count = 0; ?>
                                      <?php $sorgu = new WP_Query("cat=1&showposts=5"); while($sorgu->have_posts()) : $sorgu->the_post();?>
                                        <?php $count++; ?>
    
                                        <?php if ($count == 1) : ?>
    
                                                //Kodlar Buraya
                                          
                                       <?php elseif ($count == 2) : ?>
    
                                              //Kodlar buraya
    
                                        <?php elseif ($count == 3) : ?>
    
                                              //Kodlar buraya...
    
                                       <?php endif; ?>
            <?php endwhile; ?>
            <?php endif; ?>
    yav hocam sen nasıl bir kralsın çok teşekkür ederim