$category_ids,
'post__not_in' => array($post_id),
'post_type' => 'post',
'posts_per_page' => 3,
'post_status' => 'publish',
'ignore_sticky_posts' => true
);
$aroid_featured_query = new WP_Query($aroid_cat_post_args);
while ($aroid_featured_query->have_posts()) : $aroid_featured_query->the_post();
?>