Home > Bookmarks, Tech, Wordpress > Random Post List without plugin – Wordpress

Random Post List without plugin – Wordpress

September 13th, 2009 Leave a comment Go to comments

how to make a random post list on your sidebar:

<ul>
<?php $myq = new WP_Query(’showposts=10&orderby=rand’); if($myq->have_posts()) : while($myq->have_posts()) : $myq->the_post(); ?>
<li><a href=”<?php the_permalink() ?>” rel=”bookmark” title=”<?php _e(’Permanent link to’); ?> <?php the_title(); ?>”><?php the_title(); ?></a></li>
<?php endwhile; endif; ?>
</ul>

Categories: Bookmarks, Tech, Wordpress Tags: , , ,
  1. No comments yet.
  1. No trackbacks yet.
GoCache - ByREV-Cache v1.0 - live served in : 0.132817 sec (gzip)