absint($asycom_portfolio_item_count),
'category__in' => absint($asycom_portfolio_cat),
);
$the_query = new WP_Query($args);
if ($the_query->have_posts()):
while ($the_query->have_posts()) : $the_query->the_post();
$asycom_image_alt = "";
$asycom_image_medium_blog = wp_get_attachment_image_src(get_post_thumbnail_id(), 'large');
?>