$args = array(
'post_type' => APP_POST_TYPE,
'post_status' => 'publish',
'post__in' => get_option('sticky_posts'),
'posts_per_page' => 20,
'orderby' => 'rand',
'no_found_rows' => true,
'suppress_filters' => false,
);
There are currently 1 users browsing this thread. (0 members and 1 guests)