Kod:
<ul>
<?php query_posts('showposts=6&cat=1'); if (have_posts()) : while (have_posts()) : the_post(); ?>
<li>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><h2><?php the_title(); ?></h2></a>
</li>
<?php endwhile; endif; ?>
</ul> Örnek olarak şöyle vereyim. "cat=1" yazan yere popüler konular isimli bir kategori açar ve ID numarasını girebilirsin.
Muhtemelen Search.php gibisinden bir dosya vardır. Bu dosyada bir yere eklemen gerek.