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?
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?