term_id;
}
$cat_array = (implode(', ', $saral_category));
$args = array('post_type'=>'portfolio','posts_per_page'=>3, 'tax_query' => array(array('taxonomy' => $portfolio_category, 'terms'=>$saral_category)), 'post__not_in'=> array($postid));
$postquery = new WP_Query($args);
if($postquery->have_posts()):the_post(); $pid = get_the_ID(); ?>