Thread
:
wordpress developers - advice on how to random posts from all categories
View Single Post
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
View Public Profile
Find More Posts by BSleazy