Código PHP:
<?php query_posts('cat=17&showposts=24&orderby=rand'); ?>
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; ?>
<?php while (have_posts()) : the_post(); ?>
Luego la plantilla de contenidos hasta el:
Código PHP:
<?php endwhile; ?>
<?php endif; ?>
Saludos, cualquier cosa, postea!