Касательно Цитат

Привет. <?php the_excerpt(”); ?> выводит цитату в моем блоге

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink(); ?>"><?php the_excerpt(”); ?><br/>
<?php endwhile; ?>
<?php endif; ?>

Вопрос как мне сделать что-бы выводилось только ТРИ последнии цитаты а не все подрят?

<?php query_posts(‘showposts=3’); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink(); ?>"><?php the_excerpt(”); ?><br/>
<?php endwhile; ?>
<?php endif; ?>

Спасибо +

Anonymous
Отправить
Ответ на: