'page',
'p' => $bizplus_home_callback_posts,
'posts_per_page' => 1
);
$bizplus_fature_section_post_query = new WP_Query( $bizplus_feature_callback_args );
if ( $bizplus_fature_section_post_query->have_posts() ) :
while ( $bizplus_fature_section_post_query->have_posts() ) : $bizplus_fature_section_post_query->the_post();
if(has_post_thumbnail()){
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' );
}
else{
$thumb[0] = get_template_directory_uri() .'/assets/img/callup-banner.png';
}
?>