重複エントリなしでランダムにループすることは可能ですか?
これは私のコードですが、ページ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">