'post',
'posts_per_page' => 3,
'cat' => absint($bolg_category),
'ignore_sticky_posts' => 1
);
/*query start*/
$bolg_args_query = new WP_Query( $blog_args );
if( $bolg_args_query->have_posts() ) :
while( $bolg_args_query->have_posts() ) :
$bolg_args_query->the_post() ;
$thumb_img = '' ;
if( has_post_thumbnail() ){
$url_img = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ),'bizcare_blog_image' );
$thumb_img = $url_img[0];
}
$img_attr_id = get_post_thumbnail_id( get_the_ID() );
$img_attr = get_post_meta($img_attr_id,'_wp_attachment_image_alt',true)
?>