Order: Option for Random
-
Within built-in WordPress functions, such as get_posts() and get_users(), it would be very useful to have an additional value for the order parameter to allow results to be returned in a random order. For example:
<?php get_users('role=author&number=3&order=RAND); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Order: Option for Random’ is closed to new replies.