<?php query_posts('category_name=kategori&showposts=5'); ?> <?php while (have_posts()) : the_post(); ?>         <li><a href="<?php the_permalink(); ?>">           <?php the_title(); ?>           </a>  </li>         <?php endwhile; ?>
Yine ihtiyaçtan ötürü henüz öğrendiğim bu kodu sizinle paylaşmak istedim.
yukarıda yer alan kod kategori slug adı "kategori" olan kısımdan son 5 postu çekip
yine dogrudan ilgili posta gitmesini sağlayan linki eklemektedir.