Случайная новость
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<ul> <?php $my_query = new WP_Query('showposts=15&orderby=rand'); while ($my_query->have_posts()) : $my_query->the_post(); ?> <div class="thumbnail-featured"> <li><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"> <?php the_title(); ?></a></li> </div> <?php endwhile; ?> </ul> |
И параметры тут http://clublit.ru/?p=5