• 03-07-2010, 10:11:48
    #10
    <h2>Son Yazılar</h2>
    <ul id=”tab-posts”>
    <?php $posts = get_posts(“numberposts=15&orderby=post_date&order= DESC”); foreach($posts as $post) : ?>
    <li><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></li>
    <?php endforeach; ?>
    </ul>
    </li>
    </ul>



    Buyur Hacı
  • 03-07-2010, 13:03:29
    #11
    Üyeliği durduruldu
    time eklenirse çözülür herşey posttime
  • 03-07-2010, 13:34:38
    #12
    <h2>Son Yazılar</h2>
    <ul id="tab-posts">
    <?php $posts = get_posts("numberposts=15&orderby=post_date&order= DESC"); foreach($posts as $post) : ?>
    <li><?php the_time('H:i'); ?> - <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
    <?php endforeach; ?>
    </ul>
    </li>
    </ul>
    olarak bir deneyin isterseniz
  • 03-07-2010, 13:36:32
    #13
    Cevap: Mümkündür.
  • 03-07-2010, 15:15:55
    #14
    Teşekkürler seemsiyah
  • 03-07-2010, 18:12:08
    #15
    seemsiyah adlı üyeden alıntı: mesajı görüntüle
    <h2>Son Yazılar</h2>
    <ul id=�ab-posts�gt;
    <?php $posts = get_posts(�umberposts=15&orderby=post_date&order= DESC�; foreach($posts as $post) : ?>
    <li><?php the_time('H:i'); ?> - <a href=�lt;?php the_permalink(); ?>�gt;<?php the_title(); ?></a></li>
    <?php endforeach; ?>
    </ul>
    </li>
    </ul>
    olarak bir deneyin isterseniz
    Paylaşım için saolsın bende faydalanmak istedim ama kodlarda #FF FD ler olşmuş hata veryor acaba #FF FD leri düzeltebilirmisin