Hey thanks for the response – The only thing I see on the Archive.php is this…
<?php $i = 1; ?>
<?php if (have_posts()) : ?>
and
<?php $post = $posts[0]; /* Hack. Set $post so that the_date() works. */ ?>
<?php while (have_posts()) : the_post(); ?>
<?php if ($i == 1) : ?>
I tried your query, but it didn’t work.
tx
Wil