'post',
'posts_per_page' => 30,
'ignore_sticky_posts' => true,
'post__in' => array_reverse( $pids ),
'orderby' => 'post__in',
)
);
if ( $newsup_you_missed_loop->have_posts() ) :
?>
'post',
'posts_per_page' => 30,
'ignore_sticky_posts' => true,
'post__in' => array_reverse( $pids ),
'orderby' => 'post__in'
)
);
if ( $newsup_you_missed_loop->have_posts() ) :
?>