• 23-11-2019, 01:56:46
    #1
    Başlıktada belirttiğim gibi, wordpress sitemde belli 1 kategori içindeki yazıları random şekilde göstericek bir kod veya eklenti varmı elinde olan?
  • 23-11-2019, 02:02:56
    #2
    <?php query_posts('cat=1&orderby=rand&showposts=10'); while (have_posts()) : the_post(); ?>
    <? the_title(); ?>
    <?php endwhile;  ?>
  • 23-11-2019, 02:12:00
    #3
    Scorpion2763 adlı üyeden alıntı: mesajı görüntüle
    <?php query_posts('cat=1&orderby=rand&showposts=10'); while (have_posts()) : the_post(); ?>
    <? the_title(); ?>
    <?php endwhile;  ?>
    teşekkürler hocam fakat çalıştıramadım, pm atıyorum bu sorun ve başka bir sorun için..