Tek bir kategoriden yazıları gösterme
4
●391
- 27-08-2009, 21:16:28konuyu biraz daha açabilir misiniz ben de istiyorum böyle bir şey
- 28-08-2009, 02:58:33
<?php query_posts('cat=3&showposts=1'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><?php endwhile; ?>3 kategori ID'si 1 ise son kaç yazının başlıklarının geleceği. Kolay gelsin.