没有重复条目的随机循环是可能的吗?
这是我的代码,但在第 2 页,重复第 1 页的帖子。
<?php global $query_string;
query_posts( $query_string . '&orderby=rand' ); ?>
<?php while(have_posts()): the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post-content">