Forums
(@nickmerr)
16 years, 7 months ago
Hey Moshu,
Thanks for the link… Seems to be a common problem then.
I used a snippet of your code to fix the problem
<?php $temp_query = $wp_query; ?> <?php query_posts(‘showposts=1’); ?> <?php while (have_posts()) : the_post(); ?>
<?php endwhile; ?>
Thanks again !