Bug orderby=rand
-
Hi,
if I use a query with a random order (orderby=rand), I see the same posts in more than one page. For exemple, i see a post in the first page, and then the same post is in the second page, too.
Can someone help me?
Thank you.
Here my code:
<?php query_posts($query_string . ‘&orderby=rand’); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>…
<?php endwhile; ?>
- The topic ‘Bug orderby=rand’ is closed to new replies.