'post',
'cat' => absint($bizplus_portfolio_cat_posts_ids),
'ignore_sticky_posts' => true,
'posts_per_page' => absint( $bizplus_home_portfolio_number ),
);
} ?>
have_posts()) :
$data_delay = 0;
while ($bizplus_home_portfolio_post_query->have_posts()) : $bizplus_home_portfolio_post_query->the_post();
$bizplus_cat_id = array();
if(has_post_thumbnail()){
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' );
$url = $thumb['0'];
}
else{
$url = get_template_directory_uri().'/assets/img/no-image.jpg';
}
$data_wow_delay = 'data-wow-delay='.$data_delay.'s';
?>
term_id;
}
$cat_ids = implode(' cat-',$bizplus_cat_id);
?>