ezoryak adlı üyeden alıntı:
mesajı görüntüle
$recent = new WP_Query("showposts=2,5");
while (
$recent->have_posts()
) : $recent->the_post();
?>
<div class="liste"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
• <?php the_title(); ?></a></div>
<?php endwhile; ?>sadece başlığı çekecek şekilde buna nasıl uyarlarız
