View Single Post
Old 06-04-2013, 02:01 PM  
BSleazy
Confirmed User
 
Industry Role:
Join Date: Aug 2002
Location: USA
Posts: 6,721
You should be able to do something like this

Code:
<?php $posts = get_posts('orderby=rand&numberposts=10'); foreach($posts as $post) { ?>
__________________
icq 156131086
BSleazy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote