• 14-10-2013, 22:56:09
    #1
    Üyeliği durduruldu
    <?php
    $icerikcek = get_option('icerikcek');
    ?>

    <?php $recent = new WP_Query("cat='.$icerikcek.'&showposts=14"); while($recent->have_posts()) : $recent->the_post();?>

    sliderımın kodu bu bunun bi yerlerine kategoriden film çekecek şekilde ayarmala yapmam lazım, örneğin manşet kategorisinden filmleri çeksin, basit olduğunu düşünüyorum ?
  • 14-10-2013, 23:22:56
    #2
    <?php $recent = new WP_Query("cat=5&showposts=14"); while($recent->have_posts()) : $recent->the_post();?>

    5 yazdığım yere istediğiniz kategorinin id sini yazın
  • 14-10-2013, 23:47:22
    #3
    Üyeliği durduruldu
    jebias adlı üyeden alıntı: mesajı görüntüle
    <?php $recent = new WP_Query("cat=5&showposts=14"); while($recent->have_posts()) : $recent->the_post();?>

    5 yazdığım yere istediğiniz kategorinin id sini yazın
    hıcam sağolun denedim ama hepsini sıradan çekti bukezde ? http://www.bendenfilmizle.com/

    ilk 4 film hariç manşet kategorisine ekledim ilk 4 ü de çıktı ya ?

    ne eklersem ekliimde çıkıyo herşey çıkıyo yani