kategoriyi başka sayfada gösterme
1
●407
- 27-05-2008, 03:34:19PHP Exec eklentisi kur ki PHP kodları wordpresste otomatik olarak çalışsın.kral18 adlı üyeden alıntı: mesajı görüntüle
Sonrasında ;
Aşağıdaki kod kategori id'si 8 olan kategoriden 10 postu çeker.
Bunu sayfana yapıştır. Kategori İD ve istediğin sayıyı güncelle tamam.
<?php $recent = new WP_Query("cat=8&showposts=10"); while($recent->have_posts()) : $recent->the_post();?> <div style="display:block; text-align:left;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><li type="1"><?php the_time('d F Y, H:i') ?> <?php the_title2() ?> »</a></b></li></div> <?php endwhile; ?>
Kalıcı bağlantı yapın www.xxx.com/xxx.html ye uyuyorsa sıkıntı yok demektir.