Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Order by rand not working

$
0
0

Replies: 0

$args = array('post_type' => 'puppies', 'posts_per_page' => 4, 'post__not_in' => array(get_the_ID()), 'orderby'=> 'rand', 'order' => 'ASC');
    		$posts = get_posts($args);

Any idea why?


Viewing all articles
Browse latest Browse all 59525

Trending Articles